Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp217 ICmpInst *getCheckInst() const { return CheckInst; } in getCheckInst() function in __anon76406cf20111::GuardWideningImpl::RangeCheck
552 makeAvailableAt(RC.getCheckInst(), InsertPt); in widenCondCommon()
554 Result = BinaryOperator::CreateAnd(RC.getCheckInst(), Result, "", in widenCondCommon()
557 Result = RC.getCheckInst(); in widenCondCommon()