Searched refs:isMaxSignedValue (Results 1 – 16 of 16) sorted by relevance
227 return Val.isMaxSignedValue(); in isMaxValue()
533 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue()
385 bool isMaxSignedValue() const { in isMaxSignedValue() function
1150 if (RHS.isMaxSignedValue()) in getRangeViaSLT()
4332 return RHS.isMaxSignedValue(); in isSignBitCheck()4344 return RHS.isMaxSignedValue(); in isSignBitCheck()8334 if (Pred == CmpInst::ICMP_SLT && C1->isZero() && C2->isMaxSignedValue()) in matchMinMax()
10764 assert(!RA.isMaxSignedValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()10785 if (!getSignedRangeMax(RHS).isMaxSignedValue()) { in SimplifyICmpOperands()10803 } else if (!getSignedRangeMax(LHS).isMaxSignedValue()) { in SimplifyICmpOperands()
817 if (Known.Zero.isMaxSignedValue()) { in simplifySubInst()
1596 if (!Cmp.isEquality() && XorC->isMaxSignedValue()) { in foldICmpXorConstant()2536 if (!C.isMaxSignedValue() && !(C + 1).shl(ShAmtVal).isMinSignedValue() && in foldICmpShrConstant()5278 if (BO0->getOpcode() == Instruction::Xor && C->isMaxSignedValue()) { in foldICmpBinOp()7390 if (Pred == ICmpInst::ICMP_UGT && C->isMaxSignedValue()) { in visitICmpInst()
1690 if (CmpC->isMaxSignedValue() && match(TVal, m_SpecificInt(*CmpC - 1))) in foldSelectInstWithICmpConst()
136 if (SMin.isMaxSignedValue()) in makeAllowedICmpRegion()
1680 bool isMaxSignedValue() const { return Value->isMaxValue(true); }
5083 if ((Cond == ISD::SETUGT && C1.isMaxSignedValue()) || in SimplifySetCC()5092 (Cond == ISD::SETULE && C1.isMaxSignedValue())) in SimplifySetCC()
11909 return Const.isMaxSignedValue(); in isNeutralConstant()
18220 (Cond == ISD::SETGT && C->isMaxSignedValue()); in visitBRCOND()18222 (Cond == ISD::SETLE && C->isMaxSignedValue()) || in visitBRCOND()
10494 if (!IntegerValue.isMaxSignedValue() && in DiagnoseFloatingImpCast()
23177 if (NSW && ((IsInc && EltC.isMaxSignedValue()) || in incDecVectorConstant()23498 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()23891 if ((CC == ISD::CondCode::SETGT && !Op1Val.isMaxSignedValue()) || in LowerSETCC()46472 } else if (CC == X86::COND_LE && !Comparison.isMaxSignedValue()) { in combineSetCCAtomicArith()