Home
last modified time | relevance | path

Searched refs:getCheckInst (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp220 ICmpInst *getCheckInst() const { return CheckInst; } in getCheckInst() function in __anone2f92a400111::GuardWideningImpl::RangeCheck
570 makeAvailableAt(RC.getCheckInst(), InsertPt); in widenCondCommon()
572 Result = BinaryOperator::CreateAnd(RC.getCheckInst(), Result, "", in widenCondCommon()
575 Result = RC.getCheckInst(); in widenCondCommon()