Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp237 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument
239 return parseRangeChecks(CheckCond, Checks, Visited); in parseRangeChecks()
242 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks,
581 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in parseRangeChecks() argument
583 if (!Visited.insert(CheckCond).second) in parseRangeChecks()
590 if (match(CheckCond, m_And(m_Value(AndLHS), m_Value(AndRHS)))) in parseRangeChecks()
595 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks()
618 auto &Ctx = CheckCond->getContext(); in parseRangeChecks()