Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp279 for (auto CheckCond : ToParse) { in parseRangeChecks() local
280 if (!parseRangeChecks(CheckCond, Checks)) in parseRangeChecks()
286 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks);
806 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks) { in parseRangeChecks() argument
809 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks()
832 auto &Ctx = CheckCond->getContext(); in parseRangeChecks()