Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateBitCast

664       Value *Fn = IRB.CreateBitCast(Fn0, MS.AnyFunctionPtrTy);
669 IRB.CreateBitCast(MS.MsandrModuleStart, MS.AnyFunctionPtrTy);
670 Value *End = IRB.CreateBitCast(MS.MsandrModuleEnd, MS.AnyFunctionPtrTy);
685 Value *NewFn = IRB.CreateBitCast(
692 Value *NewFn = IRB.CreateBitCast(
790 return IRB.CreateBitCast(V, NoVecTy);
1188 setShadow(&I, IRB.CreateBitCast(getShadow(&I, 0), getShadowTy(&I)));
1373 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits));
1376 return IRB.CreateBitCast(V2, dstTy);
1388 return IRB.CreateBitCast(V, ShadowTy);
1977 IRB.CreateBitCast(S1, V1->getType()), V2);
1978 Shift = IRB.CreateBitCast(Shift, getShadowTy(&I));
2041 S1 = IRB.CreateBitCast(S1, T);
2042 S2 = IRB.CreateBitCast(S2, T);
2050 S1_ext = IRB.CreateBitCast(S1_ext, X86_MMXTy);
2051 S2_ext = IRB.CreateBitCast(S2_ext, X86_MMXTy);
2058 if (isX86_MMX) S = IRB.CreateBitCast(S, getShadowTy(&I));
2073 S = IRB.CreateBitCast(S, ResTy);
2077 S = IRB.CreateBitCast(S, getShadowTy(&I));
2089 S = IRB.CreateBitCast(S, ResTy);
2092 S = IRB.CreateBitCast(S, getShadowTy(&I));
2484 B = IRB.CreateICmpNE(IRB.CreateBitCast(B, FlatTy),
2486 Sb = IRB.CreateICmpNE(IRB.CreateBitCast(Sb, FlatTy),