Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp11592 const SCEV *LLess = nullptr, *RLess = nullptr; in computeConstantDifference() local
11596 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference()
11597 if ((C1 = dyn_cast<SCEVConstant>(LLess))) in computeConstantDifference()