Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreatePointerCast

588   Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
681 IRB.CreateAdd(IRB.CreatePointerCast(Addr, IntptrTy),
738 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1008 IRB.CreatePointerCast(AllGlobals, IntptrTy),
1019 IRB.CreatePointerCast(AllGlobals, IntptrTy),
1366 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy);
1421 Value *Description = IRB.CreatePointerCast(StackDescriptionGlobal,
1429 IRB.CreateStore(IRB.CreatePointerCast(&F, IntptrTy), BasePlus2);
1465 Value *AddrArg = IRB.CreatePointerCast(V, IntptrTy);