Home
last modified time | relevance | path

Searched defs:LeftVal (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp375 match(Condition, m_Or(m_Value(LeftVal), m_Value(RightVal)))) { in countToEliminateCompares() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2298 SVal LeftVal = state->getSVal(Left.Expression, LCtx); evalStrcmpCommon() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp220 static bool hasVisibleUpdate(const ExplodedNode *LeftNode, SVal LeftVal, in hasVisibleUpdate() argument