Home | History | Annotate | Download | only in IR

Lines Matching defs:ITy

2463   Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
2465 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2467 ITy, unwrap(Ty), AllocSize,
2474 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
2476 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2478 ITy, unwrap(Ty), AllocSize,