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.cpp280 for (auto CheckCond : ToParse) { in parseRangeChecks() local
281 if (!parseRangeChecks(CheckCond, Checks)) in parseRangeChecks()
287 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks);
807 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks) { in parseRangeChecks() argument
810 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks()
833 auto &Ctx = CheckCond->getContext(); in parseRangeChecks()