Searched refs:LLess (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 11903 const SCEV *LLess = nullptr, *RLess = nullptr; in computeConstantDifference() local 11907 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference() 11908 if ((C1 = dyn_cast<SCEVConstant>(LLess))) in computeConstantDifference()
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 4284 (X < Y) LLess (X, Y) 12054 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 14088 behavior of the other logical operators (LLess(), etc.) It also requires 14107 operator (such as LLess(Buffer(1){0},Buffer(1){1}). The internal result 14606 Fixed a problem in the Logical operators (LLess, etc.) where a NULL byte 14809 logical operators (LEqual, LGreater, LGreaterEqual, LLess, LLessEqual, 14935 the logical operators -- LGreater, LLess, LGreaterEqual, and LLessEqual - 15013 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and 15047 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and
|