Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateBitCast

912     return IRB.CreateBitCast(V, NoVecTy);
1374 setShadow(&I, IRB.CreateBitCast(getShadow(&I, 0), getShadowTy(&I)));
1559 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits));
1562 return IRB.CreateBitCast(V2, dstTy);
1574 return IRB.CreateBitCast(V, ShadowTy);
2152 {IRB.CreateBitCast(S1, V1->getType()), V2});
2153 Shift = IRB.CreateBitCast(Shift, getShadowTy(&I));
2216 S1 = IRB.CreateBitCast(S1, T);
2217 S2 = IRB.CreateBitCast(S2, T);
2225 S1_ext = IRB.CreateBitCast(S1_ext, X86_MMXTy);
2226 S2_ext = IRB.CreateBitCast(S2_ext, X86_MMXTy);
2234 if (isX86_MMX) S = IRB.CreateBitCast(S, getShadowTy(&I));
2249 S = IRB.CreateBitCast(S, ResTy);
2253 S = IRB.CreateBitCast(S, getShadowTy(&I));
2265 S = IRB.CreateBitCast(S, ResTy);
2268 S = IRB.CreateBitCast(S, getShadowTy(&I));
2667 B = IRB.CreateICmpNE(IRB.CreateBitCast(B, FlatTy),
2669 Sb = IRB.CreateICmpNE(IRB.CreateBitCast(Sb, FlatTy),