Searched refs:AILong (Results 1 – 1 of 1) sorted by relevance
1453 Value *AILong = IRB.CreatePointerCast(AI, IntptrTy); in instrumentStack() local1454 Value *AINoTagLong = untagPointer(IRB, AILong); in instrumentStack()1482 AI->replaceUsesWithIf(Replacement, [AICast, AILong](const Use &U) { in instrumentStack()1484 return User != AILong && User != AICast && !isa<LifetimeIntrinsic>(User); in instrumentStack()