Searched refs:isMaxSignedValue (Results 1 – 11 of 11) sorted by relevance
137 return RHS.isMaxSignedValue(); in isSignBitCheck()149 return RHS.isMaxSignedValue(); in isSignBitCheck()
1602 if (!Cmp.isEquality() && XorC->isMaxSignedValue()) { in foldICmpXorConstant()2207 if (!C.isMaxSignedValue() && !(C + 1).shl(ShAmtVal).isMinSignedValue() && in foldICmpShrConstant()3982 if (BO0->getOpcode() == Instruction::Xor && C->isMaxSignedValue()) { in foldICmpBinOp()5540 if (Pred == ICmpInst::ICMP_UGT && C->isMaxSignedValue()) { in visitICmpInst()
358 bool isMaxSignedValue() const { in isMaxSignedValue() function
219 return Val.isMaxSignedValue(); in isMaxValue()
342 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue()
431 bool isMaxSignedValue() const { in isMaxSignedValue() function
116 if (SMin.isMaxSignedValue()) in makeAllowedICmpRegion()
9069 assert(!RA.isMaxSignedValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()9090 if (!getSignedRangeMax(RHS).isMaxSignedValue()) { in SimplifyICmpOperands()9108 } else if (!getSignedRangeMax(LHS).isMaxSignedValue()) { in SimplifyICmpOperands()
4890 C2->isMaxSignedValue()) in matchMinMax()
762 if (Known.Zero.isMaxSignedValue()) { in SimplifySubInst()
21577 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()