Searched refs:sle (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h533 return C.sle(*Thr);
/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c3390 periph_links.sle);
4727 SLIST_REMOVE_HEAD(&periph->ccb_list, periph_links.sle);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2556 // (icmp slt (sub nsw X, Y), 1) -> (icmp sle X, Y)
3804 // icmp slt (A + -1), Op1 -> icmp sle A, Op1
3814 // icmp sle (A + 1), Op1 -> icmp slt A, Op1
3827 // icmp sle Op0, (C + -1) -> icmp slt Op0, C
3836 // icmp slt Op0, (C + 1) -> icmp sle Op0, C
5128 if (Op0Max.sle(Op1Min)) // A >s B -> false if max(A) <= min(B)
5151 if (Op0Max.sle(Op1Min)) // A <=s B -> true if max(A) <= min(B)
5381 // icmp sge -> icmp sle
5385 // icmp sle i1 A, B -> A | ~B
H A DInstCombineSelect.cpp1317 // we get here. So we can't do anything useful with 'sle'.
1625 (SPF1 == SPF_SMIN && CB->sle(*CC)) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2107 case ISD::SETLE: return getBoolConstant(C1.sle(C2), dl, VT, OpVT);
3435 if (ValueLow.sle(ValueHigh)) {
3765 if (CstLow->getAPIntValue().sle(CstHigh->getAPIntValue())) {
4857 case ISD::SMIN: return C1.sle(C2) ? C1 : C2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1960 case ICmpInst::ICMP_SLE: return ConstantInt::get(ResultTy, V1.sle(V2));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp3027 assert((SQ*SQ).sle(D) && "SQ = |_sqrt(D)_|, so SQ*SQ <= D");
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c8519 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
10264 SLIST_REMOVE_HEAD(&lstate->accept_tios, sim_links.sle);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2653 return CLow->sle(*CHigh);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10527 if (ConstValue.sge(1) && ConstValue.sle(16))

Completed in 396 milliseconds

12