Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp166 Value *LeftVal, *RightVal; in countToEliminateCompares() local
168 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares()
172 const SCEV *RightSCEV = SE.getSCEV(RightVal); in countToEliminateCompares()