Home | History | Annotate | Download | only in IR

Lines Matching refs:ITy

2119   Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
2121 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2123 ITy, unwrap(Ty), AllocSize,
2130 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
2132 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2134 ITy, unwrap(Ty), AllocSize,