Searched refs:ResultInt (Results 1 – 3 of 3) 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()
1498 llvm::APSInt ResultInt; in ConstantFoldsToSimpleInteger() local1499 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()1502 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()1510 llvm::APSInt &ResultInt, in ConstantFoldsToSimpleInteger() argument1522 ResultInt = Int; in ConstantFoldsToSimpleInteger()
4008 BlockValueNum ResultInt = Impl.GetValue(Updater.getSSALDVBlock(Here.getParent())); in resolveDbgPHIs() local4009 ValueIDNum Result = ValueIDNum::fromU64(ResultInt); in resolveDbgPHIs()