Searched refs:RightVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 360 Value *LeftVal, *RightVal; in countToEliminateCompares() local 361 if (match(Condition, m_And(m_Value(LeftVal), m_Value(RightVal))) || in countToEliminateCompares() 362 match(Condition, m_Or(m_Value(LeftVal), m_Value(RightVal)))) { in countToEliminateCompares() 364 ComputePeelCount(RightVal, Depth + 1); in countToEliminateCompares() 369 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares() 373 const SCEV *RightSCEV = SE.getSCEV(RightVal); in countToEliminateCompares()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 2157 SVal RightVal = state->getSVal(Right.Expression, LCtx); in evalStrcmpCommon() local 2158 state = checkNonNull(C, state, Right, RightVal); in evalStrcmpCommon() 2168 SVal RightLength = getCStringLength(C, state, Right.Expression, RightVal); in evalStrcmpCommon() 2176 DefinedOrUnknownSVal RV = RightVal.castAs<DefinedOrUnknownSVal>(); in evalStrcmpCommon() 2207 getCStringLiteral(C, state, Right.Expression, RightVal); in evalStrcmpCommon()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 217 const ExplodedNode *RightNode, SVal RightVal) { in hasVisibleUpdate() argument 218 if (LeftVal == RightVal) in hasVisibleUpdate() 225 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()
|