Home | History | Annotate | Download | only in IR

Lines Matching refs:ITy

2259   Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
2261 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2263 ITy, unwrap(Ty), AllocSize,
2270 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
2272 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2274 ITy, unwrap(Ty), AllocSize,