Lines Matching refs:ConstantInteger32
231 ConstantInteger32 *VarSizeOp; in instrumentFuncStart()
236 : llvm::dyn_cast<ConstantInteger32>(Cur->getSizeInBytes()); in instrumentFuncStart()
249 auto *ByteCount = ConstantInteger32::create(Ctx, IceType_i32, RzSize); in instrumentFuncStart()
262 ConstantInteger32::create(Ctx, IceType_i32, ShadowScaleLog2); in instrumentFuncStart()
264 ConstantInteger32::create(Ctx, IceType_i32, ShadowLength32); in instrumentFuncStart()
280 ConstantInteger32::create(Ctx, IceType_i32, VarSize + RzPadding); in instrumentFuncStart()
327 auto *PoisonConst = ConstantInteger32::create(Ctx, IceType_i32, Poison); in instrumentFuncStart()
328 auto *ZeroConst = ConstantInteger32::create(Ctx, IceType_i32, 0); in instrumentFuncStart()
329 auto *OffsetConst = ConstantInteger32::create(Ctx, IceType_i32, Offset); in instrumentFuncStart()
442 Call->addArg(ConstantInteger32::create(Ctx, IceType_i32, Size)); in instrumentAccess()
482 Call->addArg(ConstantInteger32::create(Ctx, IceType_i32, RzGlobalsNum)); in instrumentStart()