Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp215 ICmpInst *getCheckInst() const { return CheckInst; } in getCheckInst() function in __anon4a46d7eb0111::GuardWideningImpl::RangeCheck
549 makeAvailableAt(RC.getCheckInst(), InsertPt); in widenCondCommon()
551 Result = BinaryOperator::CreateAnd(RC.getCheckInst(), Result, "", in widenCondCommon()
554 Result = RC.getCheckInst(); in widenCondCommon()