Searched refs:rhsInt (Results 1 – 2 of 2) sorted by relevance
1629 APSInt rhsInt(intWidth, isUnsigned); in matchAndRewrite() local1631 rhs.convertToInteger(rhsInt, APFloat::rmTowardZero, &ignored)) { in matchAndRewrite()1640 apf.convertFromAPInt(rhsInt, !isUnsigned, APFloat::rmNearestTiesToEven); in matchAndRewrite()1728 rewriter.getIntegerAttr(intVal.getType(), rhsInt))); in matchAndRewrite()
1095 if (Optional<nonloc::ConcreteInt> rhsInt = rhs.getAs<nonloc::ConcreteInt>()) { in evalBinOpLN() local1099 llvm::APSInt rightI(rhsInt->getValue(), /* isUnsigned */ true); in evalBinOpLN()