Home
last modified time | relevance | path

Searched refs:rhsInt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1629 APSInt rhsInt(intWidth, isUnsigned); in matchAndRewrite() local
1631 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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1095 if (Optional<nonloc::ConcreteInt> rhsInt = rhs.getAs<nonloc::ConcreteInt>()) { in evalBinOpLN() local
1099 llvm::APSInt rightI(rhsInt->getValue(), /* isUnsigned */ true); in evalBinOpLN()