Lines Matching refs:CreatePointerCast

1586       i = IRB.CreatePointerCast(i, IntptrTy);  in instrumentPointerComparisonOrSubtraction()
1857 {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAddress()
1862 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
1935 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment()
2381 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), in instrumentGlobalsELF()
2382 IRB.CreatePointerCast(StartELFMetadata, IntptrTy), in instrumentGlobalsELF()
2383 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)}); in instrumentGlobalsELF()
2390 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), in instrumentGlobalsELF()
2391 IRB.CreatePointerCast(StartELFMetadata, IntptrTy), in instrumentGlobalsELF()
2392 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)}); in instrumentGlobalsELF()
2445 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); in InstrumentGlobalsMachO()
2452 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); in InstrumentGlobalsMachO()
2475 {IRB.CreatePointerCast(AllGlobals, IntptrTy), in InstrumentGlobalsWithMetadataArray()
2483 {IRB.CreatePointerCast(AllGlobals, IntptrTy), in InstrumentGlobalsWithMetadataArray()
2897 IRB.CreatePointerCast(AsanShadowGlobal, IntptrTy, ".asan.shadow"); in maybeInsertDynamicShadowAtFunctionEntry()
3298 return IRB.CreatePointerCast(Alloca, IntptrTy); in createAllocaForLayout()
3582 Value *Description = IRB.CreatePointerCast(StackDescriptionGlobal, IntptrTy); in processStaticAllocas()
3589 IRB.CreateStore(IRB.CreatePointerCast(&F, IntptrTy), BasePlus2); in processStaticAllocas()
3679 Value *AddrArg = IRB.CreatePointerCast(V, IntptrTy); in poisonAlloca()