reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5320 Ty = Type::getFloatTy(MF.getFunction().getContext()); 5322 Ty = Type::getDoubleTy(MF.getFunction().getContext()); 5324 Ty = Type::getFP128Ty(MF.getFunction().getContext()); 5326 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()),16); 5329 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()), 8); 5331 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()), 2); 5333 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()), 4); 5338 const Constant *C = IsAllOnes ? Constant::getAllOnesValue(Ty) : 5339 Constant::getNullValue(Ty);