Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateIntCast

921     setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false,
928 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false,
957 V1 = IRB.CreateIntCast(V1, S1->getType(), false);
958 V2 = IRB.CreateIntCast(V2, S2->getType(), false);
979 V1 = IRB.CreateIntCast(V1, S1->getType(), false);
980 V2 = IRB.CreateIntCast(V2, S2->getType(), false);
1089 return IRB.CreateIntCast(V, dstTy, false);
1092 return IRB.CreateIntCast(V, dstTy, false);
1097 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), false);
1334 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1348 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1358 IRB.CreateIntCast(I.getArgOperand(1), IRB.getInt32Ty(), false),
1359 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));