Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp166 Value *LeftVal, *RightVal; in countToEliminateCompares() local
168 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares()
171 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp165 bool hasVisibleUpdate(const ExplodedNode *LeftNode, SVal LeftVal, in hasVisibleUpdate() argument
167 if (LeftVal == RightVal) in hasVisibleUpdate()
170 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()