Searched refs:FrameAddrInt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp958 auto FrameAddrInt = IRB.CreatePtrToInt(FrameAddrPtr, IntptrTy); local
960 auto IsStackLower = IRB.CreateICmpULT(FrameAddrInt, LowestStack);
963 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack);

Completed in 16 milliseconds