Searched refs:ResultInt (Results 1 – 2 of 2) sorted by relevance
271 llvm::APSInt ResultInt; in doRearrangeUnchecked() local279 ResultInt = LInt - RInt; // Opposite order! in doRearrangeUnchecked()283 ResultInt = RInt - LInt; // Opposite order! in doRearrangeUnchecked()287 ResultInt = (Op == BO_Add) ? (LInt + RInt) : (LInt - RInt); in doRearrangeUnchecked()290 if (ResultInt < 0) { in doRearrangeUnchecked()291 ResultInt = -ResultInt; in doRearrangeUnchecked()293 } else if (ResultInt == 0) { in doRearrangeUnchecked()298 const llvm::APSInt &PersistentResultInt = BV.getValue(ResultInt); in doRearrangeUnchecked()
1484 llvm::APSInt ResultInt; in ConstantFoldsToSimpleInteger() local1485 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()1488 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()1496 llvm::APSInt &ResultInt, in ConstantFoldsToSimpleInteger() argument1508 ResultInt = Int; in ConstantFoldsToSimpleInteger()