Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/acpi/
Dglobutil.asl11 If (LLess(Arg0, Arg1)) {
46 While (LLess(Local4, Local7)) {
52 If (LLess(Local2, Local3)) {
59 If (LLess(Local4, Local5)) {
62 If (LLess(Local4, Local6)) {
81 If (LLess(SLEN(Arg0), SLEN(Arg1))) {
87 While (LLess(Local2, Local3)) {
Ddebug.asl68 If (LLess(Local0, 10)) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp9620 const SCEV *LLess = nullptr, *RLess = nullptr; in computeConstantDifference() local
9624 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference()
9625 if ((C1 = dyn_cast<SCEVConstant>(LLess))) in computeConstantDifference()