Lines Matching refs:CreateIntCast
1113 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr()
2029 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, in visitPtrToIntInst()
2036 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, in visitIntToPtrInst()
2065 V1 = IRB.CreateIntCast(V1, S1->getType(), false); in visitAnd()
2066 V2 = IRB.CreateIntCast(V2, S2->getType(), false); in visitAnd()
2087 V1 = IRB.CreateIntCast(V1, S1->getType(), false); in visitOr()
2088 V2 = IRB.CreateIntCast(V2, S2->getType(), false); in visitOr()
2207 return IRB.CreateIntCast(V, dstTy, Signed); in CreateShadowCast()
2211 return IRB.CreateIntCast(V, dstTy, Signed); in CreateShadowCast()
2214 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
2544 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemMoveInst()
2559 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemCpyInst()
2569 IRB.CreateIntCast(I.getArgOperand(1), IRB.getInt32Ty(), false), in visitMemSetInst()
2570 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemSetInst()