Searched refs:LLess (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 11981 const SCEV *LLess = nullptr, *RLess = nullptr; in computeConstantDifference() local 11985 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference() 11986 if ((C1 = dyn_cast<SCEVConstant>(LLess))) in computeConstantDifference()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 4498 (X < Y) LLess (X, Y) 12267 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 14301 behavior of the other logical operators (LLess(), etc.) It also requires 14320 operator (such as LLess(Buffer(1){0},Buffer(1){1}). The internal result 14819 Fixed a problem in the Logical operators (LLess, etc.) where a NULL byte 15022 logical operators (LEqual, LGreater, LGreaterEqual, LLess, LLessEqual, 15148 the logical operators -- LGreater, LLess, LGreaterEqual, and LLessEqual - 15226 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and 15260 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and
|