Lines Matching refs:CreateIntCast
675 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr()
1401 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, in visitPtrToIntInst()
1408 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, in visitIntToPtrInst()
1437 V1 = IRB.CreateIntCast(V1, S1->getType(), false); in visitAnd()
1438 V2 = IRB.CreateIntCast(V2, S2->getType(), false); in visitAnd()
1459 V1 = IRB.CreateIntCast(V1, S1->getType(), false); in visitOr()
1460 V2 = IRB.CreateIntCast(V2, S2->getType(), false); in visitOr()
1574 return IRB.CreateIntCast(V, dstTy, Signed); in CreateShadowCast()
1577 return IRB.CreateIntCast(V, dstTy, Signed); in CreateShadowCast()
1582 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
1889 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemMoveInst()
1903 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemCpyInst()
1913 IRB.CreateIntCast(I.getArgOperand(1), IRB.getInt32Ty(), false), in visitMemSetInst()
1914 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemSetInst()