Searched refs:isMaxSignedValue (Results 1 – 11 of 11) sorted by relevance
92 if (SMax.isMaxSignedValue()) in makeAllowedICmpRegion()104 if (SMin.isMaxSignedValue()) in makeAllowedICmpRegion()
188 if (to.isMaxSignedValue() && !newRanges.isEmpty() && in Negate()
220 return Val.isMaxSignedValue(); in isMaxValue()
314 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue()
91 return RHS.isMaxSignedValue(); in isSignBitCheck()1510 if (!Cmp.isEquality() && XorC->isMaxSignedValue()) { in foldICmpXorConstant()2062 if (!C.isMaxSignedValue() && !(C + 1).shl(ShAmtVal).isMinSignedValue() && in foldICmpShrConstant()3373 if (BO0->getOpcode() == Instruction::Xor && C->isMaxSignedValue()) { in foldICmpBinOp()4846 if (Pred == ICmpInst::ICMP_UGT && C->isMaxSignedValue()) { in visitICmpInst()
427 bool isMaxSignedValue() const { in isMaxSignedValue() function
8927 assert(!RA.isMaxSignedValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()8948 if (!getSignedRangeMax(RHS).isMaxSignedValue()) { in SimplifyICmpOperands()8966 } else if (!getSignedRangeMax(LHS).isMaxSignedValue()) { in SimplifyICmpOperands()
4747 C2->isMaxSignedValue()) in matchMinMax()
738 if (Known.Zero.isMaxSignedValue()) { in SimplifySubInst()
10565 if (!IntegerValue.isMaxSignedValue() && in DiagnoseFloatingImpCast()
19524 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()