Searched refs:FrameAddrInt (Results 1 – 1 of 1) sorted by relevance
991 auto FrameAddrInt = IRB.CreatePtrToInt(FrameAddrPtr, IntptrTy); in InjectCoverageAtBlock() local993 auto IsStackLower = IRB.CreateICmpULT(FrameAddrInt, LowestStack); in InjectCoverageAtBlock()996 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock()