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