Searched refs:isMaxSignedValue (Results 1 – 17 of 17) sorted by relevance
194 return RHS.isMaxSignedValue(); in isSignBitCheck()206 return RHS.isMaxSignedValue(); in isSignBitCheck()
218 return Val.isMaxSignedValue(); in isMaxValue()
466 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue()
383 bool isMaxSignedValue() const { in isMaxSignedValue() function
1139 if (RHS.isMaxSignedValue()) in getRangeViaSLT()
10685 assert(!RA.isMaxSignedValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()10706 if (!getSignedRangeMax(RHS).isMaxSignedValue()) { in SimplifyICmpOperands()10724 } else if (!getSignedRangeMax(LHS).isMaxSignedValue()) { in SimplifyICmpOperands()
816 if (Known.Zero.isMaxSignedValue()) { in simplifySubInst()
7611 if (Pred == CmpInst::ICMP_SLT && C1->isZero() && C2->isMaxSignedValue()) in matchMinMax()
136 if (SMin.isMaxSignedValue()) in makeAllowedICmpRegion()
1579 if (!Cmp.isEquality() && XorC->isMaxSignedValue()) { in foldICmpXorConstant()2445 if (!C.isMaxSignedValue() && !(C + 1).shl(ShAmtVal).isMinSignedValue() && in foldICmpShrConstant()4947 if (BO0->getOpcode() == Instruction::Xor && C->isMaxSignedValue()) { in foldICmpBinOp()7027 if (Pred == ICmpInst::ICMP_UGT && C->isMaxSignedValue()) { in visitICmpInst()
1652 if (CmpC->isMaxSignedValue() && match(TVal, m_SpecificInt(*CmpC - 1))) in foldSelectInstWithICmpConst()
1639 bool isMaxSignedValue() const { return Value->isMaxValue(true); }
5008 if ((Cond == ISD::SETUGT && C1.isMaxSignedValue()) || in SimplifySetCC()5017 (Cond == ISD::SETULE && C1.isMaxSignedValue())) in SimplifySetCC()
11566 return Const->isMaxSignedValue(); in isNeutralConstant()
17882 (Cond == ISD::SETGT && C->isMaxSignedValue()); in visitBRCOND()17884 (Cond == ISD::SETLE && C->isMaxSignedValue()) || in visitBRCOND()
22996 if (NSW && ((IsInc && EltC.isMaxSignedValue()) || in incDecVectorConstant()23316 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()23679 if ((CC == ISD::CondCode::SETGT && !Op1Val.isMaxSignedValue()) || in LowerSETCC()45404 } else if (CC == X86::COND_LE && !Comparison.isMaxSignedValue()) { in combineSetCCAtomicArith()
15289 if (!IntegerValue.isMaxSignedValue() && in DiagnoseFloatingImpCast()