| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 172 if (RHS.isConstant() && RHS.getConstant().ult(BitWidth)) { in shl() 187 if (MinShiftAmount.ult(BitWidth)) { in shl() 195 if (MaxShiftAmount.ult(BitWidth) && !LHS.isUnknown()) { in shl() 198 assert(MinShiftAmount.ult(MaxShiftAmount) && "Illegal shift range"); in shl() 225 if (RHS.isConstant() && RHS.getConstant().ult(BitWidth)) { in lshr() 240 if (MinShiftAmount.ult(BitWidth)) { in lshr() 248 if (MaxShiftAmount.ult(BitWidth) && !LHS.isUnknown()) { in lshr() 251 assert(MinShiftAmount.ult(MaxShiftAmount) && "Illegal shift range"); in lshr() 278 if (RHS.isConstant() && RHS.getConstant().ult(BitWidth)) { in ashr() 292 if (MinShiftAmount.ult(BitWidth)) { in ashr() [all …]
|
| H A D | APInt.cpp | 1162 if (this->ult(square)) in sqrt() 1167 if (offset.ult(midpoint)) in sqrt() 1180 assert(ult(modulo) && "This APInt must be smaller than the modulo"); in multiplicativeInverse() 1255 } while (q1.ult(delta) || (q1 == delta && r1 == 0)); in magic() 1307 (q1.ult(delta) || (q1 == delta && r1 == 0))); in magicu() 1622 if (lhsWords < rhsWords || this->ult(RHS)) in udiv() 1655 if (this->ult(RHS)) in udiv() 1715 if (lhsWords < rhsWords || this->ult(RHS)) in urem() 1747 if (this->ult(RHS)) in urem() 1818 if (lhsWords < rhsWords || LHS.ult(RHS)) { in udivrem() [all …]
|
| H A D | APFixedPoint.cpp | 93 else if (ThisVal.ult(OtherVal)) in compare() 100 else if (ThisVal.ult(OtherVal)) in compare() 108 else if (ThisVal.ult(OtherVal)) in compare()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 341 return (Upper - Lower).ult(Other.Upper - Other.Lower); in isSizeStrictlySmallerThan() 399 return Lower.ule(V) && V.ult(Upper); in contains() 400 return Lower.ule(V) || V.ult(Upper); in contains() 481 if (Lower.ult(CR.Lower)) { in intersectWith() 489 if (Upper.ult(CR.Upper)) in intersectWith() 498 if (Upper.ult(CR.Upper)) in intersectWith() 503 if (Lower.ult(CR.Upper)) in intersectWith() 512 if (CR.Lower.ult(Upper)) { in intersectWith() 515 if (CR.Upper.ult(Upper)) in intersectWith() 527 if (CR.Lower.ult(Lower)) { in intersectWith() [all …]
|
| H A D | ConstantFold.cpp | 1410 if (C2V.ult(C1V.getBitWidth())) in ConstantFoldBinaryInstruction() 1414 if (C2V.ult(C1V.getBitWidth())) in ConstantFoldBinaryInstruction() 1418 if (C2V.ult(C1V.getBitWidth())) in ConstantFoldBinaryInstruction() 2051 case ICmpInst::ICMP_ULT: return ConstantInt::get(ResultTy, V1.ult(V2)); in ConstantFoldCompareInstruction()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| H A D | r6-fpu.s | 225 r6ck_3s cmp.ult.s, 0x0, 0x3f800000, 0x3f800000, 0x0 226 r6ck_3s cmp.ult.s, 0x0, 0x3f800000, 0x7fc00000, 0xffffffff 227 r6ck_3s cmp.ult.s, 0x0, 0x7fc00000, 0x7fc00000, 0xffffffff 228 r6ck_3s cmp.ult.s, 0x0, 0x00000000, 0x3f800000, 0xffffffff 229 r6ck_3s cmp.ult.s, 0x0, 0xbf800000, 0x3f800000, 0xffffffff 230 r6ck_3s cmp.ult.s, 0x0, 0x3f800000, 0xbf800000, 0x0 233 r6ck_3d cmp.ult.d, 0x0, 0x3ff0000000000000, 0x3ff0000000000000, 0x0 234 r6ck_3d cmp.ult.d, 0x0, 0x3ff0000000000000, 0x7ff8000000000000, 0xffffffffffffffff 235 r6ck_3d cmp.ult.d, 0x0, 0x7ff8000000000000, 0x7ff8000000000000, 0xffffffffffffffff 236 r6ck_3d cmp.ult.d, 0x0, 0x0000000000000000, 0x3ff0000000000000, 0xffffffffffffffff [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fixed-value.c | 286 a_low.ult (min_s))) in fixed_saturate2() 336 if (a->data.ult (b->data)) in do_fixed_add() 350 if (f->data.ult (a->data) in do_fixed_add() 351 || f->data.ult (b->data)) in do_fixed_add() 441 if (s.ult (low_low) in do_fixed_multiply() 442 || s.ult (temp1)) in do_fixed_multiply() 449 if (s.ult (temp1) in do_fixed_multiply() 450 || s.ult (temp2)) in do_fixed_multiply()
|
| H A D | double-int.h | 175 bool ult (double_int b) const;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fixed-value.cc | 286 a_low.ult (min_s))) in fixed_saturate2() 336 if (a->data.ult (b->data)) in do_fixed_add() 350 if (f->data.ult (a->data) in do_fixed_add() 351 || f->data.ult (b->data)) in do_fixed_add() 441 if (s.ult (low_low) in do_fixed_multiply() 442 || s.ult (temp1)) in do_fixed_multiply() 449 if (s.ult (temp1) in do_fixed_multiply() 450 || s.ult (temp2)) in do_fixed_multiply()
|
| H A D | double-int.h | 175 bool ult (double_int b) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 461 if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) { in canEvaluateShiftedShift() 933 ShOp1->ult(BitWidth)) { in visitShl() 954 ShOp1->ult(BitWidth)) { in visitShl() 979 if (match(Op0, m_Shl(m_Value(X), m_APInt(ShOp1))) && ShOp1->ult(BitWidth)) { in visitShl() 1071 if (match(Op0, m_Shl(m_Value(X), m_APInt(ShOp1))) && ShOp1->ult(BitWidth)) { in visitLShr() 1072 if (ShOp1->ult(ShAmt)) { in visitLShr() 1275 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr() 1290 ShOp1->ult(BitWidth)) { in visitAShr() 1309 ShOp1->ult(BitWidth)) { in visitAShr()
|
| H A D | InstCombineSimplifyDemanded.cpp | 707 if (DemandedMask.ult(RA)) // srem won't affect demanded bits in SimplifyDemandedUseBits() 965 ShiftLC == ShiftRC && ShiftLC->ult(BitWidth) && in SimplifyMultipleUseDemandedBits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 501 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()), in visitLShr() 508 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()), in visitAShr() 515 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()), in visitShl() 602 CI->getValue().ult( in visitExtractElementInst() 610 Assert(CI->getValue().ult( in visitInsertElementInst()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | int128.d | 695 bool ult(Cent c1, Cent c2) in ult() function 833 assert( ult(C1, C2) ); 838 assert( !ult(C2, C1) ); 843 assert( !ult(C1, C1) );
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1205 bool ult(const APInt &RHS) const { return compare(RHS) < 0; } 1213 bool ult(uint64_t RHS) const { 1313 bool uge(const APInt &RHS) const { return !ult(RHS); } 1321 bool uge(uint64_t RHS) const { return !ult(RHS); } 2186 return A.ult(B) ? A : B;
|
| H A D | APSInt.h | 154 return IsUnsigned ? ult(RHS) : slt(RHS);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | llvm.grm | 64 IPredicates ::= eq | ne | slt | sgt | sle | sge | ult | ugt | ule | uge ; 67 | ult | ugt | ule | uge | true | false ;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 135 if (CR->getUnsignedMax().ult(128)) in classifyGlobalReference()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 356 static Optional<bool> ult(const KnownBits &LHS, const KnownBits &RHS);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| H A D | llvm.vim | 35 syn keyword llvmStatement store sub switch trunc udiv ueq uge ugt uitofp ule ult
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 319 def C_ULT_#NAME#_MM : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>, 321 let BaseOpcode = "c.ult."#NAME;
|
| H A D | MipsInstrFPU.td | 310 def C_ULT_#NAME : MMRel, C_COND_FT<"ult", TypeStr, RC, itin>, 312 let BaseOpcode = "c.ult."#NAME; 877 def : MipsInstAlias<!strconcat("c.ult.", TypeStr, " $fs, $ft"),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 359 if (Score.ult(BestScore)) in getBestVariantMatchForContext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 245 bool CanHandleRegImmOpt = ImmNode && ImmNode->getAPIntValue().ult(64); in SelectInlineAsmMemoryOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 359 assert(LHS.ult(Threshold) && RHS.ult(Threshold) && "Weights not reduced!"); in IncorporateWeight() 1093 if (NSW && (NUW || SA->getValue().ult(BitWidth - 1))) in ConvertShiftToMul()
|