Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9967 const SCEV *LLess = nullptr, *RLess = nullptr; in computeConstantDifference() local
9971 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference()
9973 if (RLess == More) in computeConstantDifference()
9983 if (C1 && C2 && RLess == RMore) in computeConstantDifference()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp10357 const SCEV *LLess = nullptr, *RLess = nullptr; in computeConstantDifference() local
10361 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference()
10363 if (RLess == More) in computeConstantDifference()
10373 if (C1 && C2 && RLess == RMore) in computeConstantDifference()