/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | tautological-compare.c | 7 int sle(int a) { return a <= a; } in sle() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | binops-same-args.c | 15 int sle(int a) { return a <= a; } in sle() function
|
H A D | canonical-cmp.c | 8 sint sle(sint p, sint a) { return (123 >= p) == (p <= 123); } in sle() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1259 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } 1267 bool sle(uint64_t RHS) const { return !sgt(RHS); } 1294 bool sgt(const APInt &RHS) const { return !sle(RHS); }
|
H A D | APSInt.h | 162 return IsUnsigned ? ule(RHS) : sle(RHS); in operator <=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1067 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } 1075 bool sle(uint64_t RHS) const { return !sgt(RHS); }
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 852 Format(instr, "fcmp.sle.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12() 921 Format(instr, "fcmp.sle.d fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 709 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 454 IdxDiff.sle(cast<ConstantInt>(OpB->getOperand(1))->getSExtValue())) { in lookThroughComplexAddresses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1601 if (TL.sle(TU)) { in exactSIVtest() 1627 if (TL.sle(TU)) { in exactSIVtest() 1644 if (TL.sle(TU)) { in exactSIVtest()
|
H A D | ValueTracking.cpp | 2428 return CLow->sle(*CHigh); in isSignedMinMaxClamp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 293 IMPLEMENT_INTEGER_ICMP(sle,Ty); 294 IMPLEMENT_VECTOR_INTEGER_ICMP(sle,Ty);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1895 case ICmpInst::ICMP_SLE: return ConstantInt::get(ResultTy, V1.sle(V2)); in ConstantFoldCompareInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 508 return C.sle(*Thr); in isValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 3029 assert((SQ*SQ).sle(D) && "SQ = |_sqrt(D)_|, so SQ*SQ <= D");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2067 case ISD::SETLE: return getBoolConstant(C1.sle(C2), dl, VT, OpVT); 3380 if (ValueLow.sle(ValueHigh)) { 3710 if (CstLow->getAPIntValue().sle(CstHigh->getAPIntValue())) { 4802 case ISD::SMIN: return C1.sle(C2) ? C1 : C2;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 1274 // we get here. So we can't do anything useful with 'sle'. in canonicalizeClampLike() 1582 (SPF1 == SPF_SMIN && CB->sle(*CC)) || in foldSPFofSPF()
|
H A D | InstCombineCompares.cpp | 2533 // (icmp slt (sub nsw X, Y), 1) -> (icmp sle X, Y) in foldICmpSubConstant() 3787 // icmp slt (A + -1), Op1 -> icmp sle A, Op1 in foldICmpBinOp() 3797 // icmp sle (A + 1), Op1 -> icmp slt A, Op1 in foldICmpBinOp() 3810 // icmp sle Op0, (C + -1) -> icmp slt Op0, C in foldICmpBinOp() 3819 // icmp slt Op0, (C + 1) -> icmp sle Op0, C in foldICmpBinOp() 5126 if (Op0Max.sle(Op1Min)) // A >s B -> false if max(A) <= min(B) in foldICmpUsingKnownBits() 5149 if (Op0Max.sle(Op1Min)) // A <=s B -> true if max(A) <= min(B) in foldICmpUsingKnownBits() 5338 // icmp sge -> icmp sle in canonicalizeICmpBool() 5342 // icmp sle i1 A, B -> A | ~B in canonicalizeICmpBool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 9766 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine()
|