Home | History | Annotate | Download | only in IR

Lines Matching refs:AllocSize

2055   Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty));
2056 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2058 ITy, unwrap(Ty), AllocSize,
2066 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty));
2067 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
2069 ITy, unwrap(Ty), AllocSize,