Searched refs:CheckCond (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 175 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument 177 return parseRangeChecks(CheckCond, Checks, Visited); in parseRangeChecks() 180 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks, 481 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in parseRangeChecks() argument 483 if (!Visited.insert(CheckCond).second) in parseRangeChecks() 490 if (match(CheckCond, m_And(m_Value(AndLHS), m_Value(AndRHS)))) in parseRangeChecks() 495 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks() 518 auto &Ctx = CheckCond->getContext(); in parseRangeChecks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 200 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument 202 return parseRangeChecks(CheckCond, Checks, Visited); in parseRangeChecks() 205 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks, 538 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in parseRangeChecks() argument 540 if (!Visited.insert(CheckCond).second) in parseRangeChecks() 547 if (match(CheckCond, m_And(m_Value(AndLHS), m_Value(AndRHS)))) in parseRangeChecks() 552 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks() 575 auto &Ctx = CheckCond->getContext(); in parseRangeChecks()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3943 bool CheckCond(Expr *S); 4210 bool OpenMPIterationSpaceChecker::CheckCond(Expr *S) { in CheckCond() function in __anone74a4b2f1411::OpenMPIterationSpaceChecker 4725 HasErrors |= ISC.CheckCond(For->getCond()); in CheckOpenMPIterationSpace()
|