• Home
  • Raw
  • Download

Lines Matching refs:isNegative

53   if (In2->isNegative())  in HasAddOverflow()
87 if (In2->isNegative()) in HasSubOverflow()
194 if (UnknownBits.isNegative()) { // Sign bit is unknown in ComputeSignedMinMaxValuesFromKnownBits()
943 } else if (DivRHS->isNegative()) { // Divisor is < 0. in FoldICmpDivCst()
1131 if (AP2.isNegative() != AP1.isNegative()) in FoldICmpCstShrCst()
1146 if (IsAShr && AP1.isNegative()) in FoldICmpCstShrCst()
1257 if (!XorCst->isNegative()) { in visitICmpInstWithInstAndIntCst()
1327 (!AndCst->isNegative() && RHSV.isNonNegative())) { in visitICmpInstWithInstAndIntCst()
1380 if (!ICI.isSigned() || (!AndCst->isNegative() && !RHS->isNegative())) in visitICmpInstWithInstAndIntCst()
1396 if (!ShiftedAndCst->isNegative() && !ShiftedRHSCst->isNegative()) in visitICmpInstWithInstAndIntCst()
1588 return new ICmpInst(Val->isNegative() ? in visitICmpInstWithInstAndIntCst()
3161 ((Op0KnownZero.isNegative() && Op1KnownZero.isNegative()) || in visitICmpInst()
3162 (Op0KnownOne.isNegative() && Op1KnownOne.isNegative()))) in visitICmpInst()
3459 if (AP1.isNegative() == AP2.isNegative()) { in visitICmpInst()
4021 if (RHS.isNegative()) in FoldFCmp_IntToFP_Cst()
4027 if (RHS.isNegative()) in FoldFCmp_IntToFP_Cst()
4033 if (RHS.isNegative()) in FoldFCmp_IntToFP_Cst()
4040 if (!RHS.isNegative()) in FoldFCmp_IntToFP_Cst()
4046 if (RHS.isNegative()) in FoldFCmp_IntToFP_Cst()
4052 if (RHS.isNegative()) in FoldFCmp_IntToFP_Cst()
4058 if (RHS.isNegative()) in FoldFCmp_IntToFP_Cst()
4065 if (!RHS.isNegative()) in FoldFCmp_IntToFP_Cst()