Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp277 for (auto CheckCond : ToParse) { in parseRangeChecks() local
278 if (!parseRangeChecks(CheckCond, Checks)) in parseRangeChecks()
284 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks);
802 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks) { in parseRangeChecks() argument
805 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks()
828 auto &Ctx = CheckCond->getContext(); in parseRangeChecks()