Lines Matching defs:Ty

59   Type *Ty = IntegerType::get(CV->getContext(), 32);  in BitCastConstantVector()  local
351 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, in getFoldedSizeOf()
407 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, in getFoldedAlignOf()
472 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo, in getFoldedOffsetOf()
572 Type *Ty = IntegerType::get(V->getContext(), 32); in ConstantFoldCastInstruction() local
635 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction() local
734 Type *Ty = IntegerType::get(CondV->getContext(), 32); in ConstantFoldSelectInstruction() local
814 auto *Ty = Type::getInt32Ty(Val->getContext()); in ConstantFoldInsertElementInstruction() local
856 Type *Ty = IntegerType::get(V2->getContext(), 32); in ConstantFoldShuffleVectorInstruction() local
861 Type *Ty = IntegerType::get(V1->getContext(), 32); in ConstantFoldShuffleVectorInstruction() local
1210 Type *Ty = IntegerType::get(VTy->getContext(), 32); in ConstantFoldBinaryInstruction() local
1277 static bool isMaybeZeroSizedType(Type *Ty) { in isMaybeZeroSizedType()
1401 Type *Ty = GVar->getValueType(); in areGlobalsPotentiallyEqual() local
1811 Type *Ty = IntegerType::get(C1->getContext(), 32); in ConstantFoldCompareInstruction() local
2060 Type *Ty = GetElementPtrInst::getIndexedType(PointeeTy, Idxs); in ConstantFoldGetElementPtrImpl() local
2077 Type *Ty = GetElementPtrInst::getIndexedType(PointeeTy, Idxs); in ConstantFoldGetElementPtrImpl() local
2190 Type *Ty = PointeeTy; in ConstantFoldGetElementPtrImpl() local
2276 Constant *llvm::ConstantFoldGetElementPtr(Type *Ty, Constant *C, in ConstantFoldGetElementPtr()
2282 Constant *llvm::ConstantFoldGetElementPtr(Type *Ty, Constant *C, in ConstantFoldGetElementPtr()