Searched refs:isMaxSignedValue (Results 1 – 16 of 16) sorted by relevance
183 return RHS.isMaxSignedValue(); in isSignBitCheck()195 return RHS.isMaxSignedValue(); in isSignBitCheck()
619 intValue.isMaxSignedValue()) in fold()698 intValue.isMaxSignedValue()) in fold()
215 return Val.isMaxSignedValue(); in isMaxValue()
458 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue()
390 bool isMaxSignedValue() const { in isMaxSignedValue() function
1634 if (!Cmp.isEquality() && XorC->isMaxSignedValue()) { in foldICmpXorConstant()2332 if (!C.isMaxSignedValue() && !(C + 1).shl(ShAmtVal).isMinSignedValue() && in foldICmpShrConstant()4422 if (BO0->getOpcode() == Instruction::Xor && C->isMaxSignedValue()) { in foldICmpBinOp()6210 if (Pred == ICmpInst::ICMP_UGT && C->isMaxSignedValue()) { in visitICmpInst()
240 EXPECT_TRUE(zero.isMaxSignedValue()); in TEST()241 EXPECT_FALSE(one.isMaxSignedValue()); in TEST()
135 if (SMin.isMaxSignedValue()) in makeAllowedICmpRegion()
1599 bool isMaxSignedValue() const { return Value->isMaxValue(true); }
10431 assert(!RA.isMaxSignedValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()10457 if (ControllingFiniteLoop || !getSignedRangeMax(RHS).isMaxSignedValue()) { in SimplifyICmpOperands()10475 } else if (!getSignedRangeMax(LHS).isMaxSignedValue()) { in SimplifyICmpOperands()
776 if (Known.Zero.isMaxSignedValue()) { in simplifySubInst()
6021 if (Pred == CmpInst::ICMP_SLT && C1->isZero() && C2->isMaxSignedValue()) in matchMinMax()
4722 if ((Cond == ISD::SETUGT && C1.isMaxSignedValue()) || in SimplifySetCC()4731 (Cond == ISD::SETULE && C1.isMaxSignedValue())) in SimplifySetCC()
11180 (Cond == ISD::SETGT && C->isMaxSignedValue()); in visitSETCC()11182 (Cond == ISD::SETLE && C->isMaxSignedValue()) || in visitSETCC()
13217 if (!IntegerValue.isMaxSignedValue() && in DiagnoseFloatingImpCast()
24522 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()24883 if ((CC == ISD::CondCode::SETGT && !Op1Val.isMaxSignedValue()) || in LowerSETCC()45099 } else if (CC == X86::COND_LE && !Comparison.isMaxSignedValue()) { in combineSetCCAtomicArith()