Searched refs:RHSIntVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1568 Value *RHSIntVal = RHSConv->getOperand(0); local
1575 if (LHSIntVal->getType() == RHSIntVal->getType() &&
1577 willNotOverflowSignedAdd(LHSIntVal, RHSIntVal, I)) {
1579 Value *NewAdd = Builder.CreateNSWAdd(LHSIntVal, RHSIntVal, "addconv");

Completed in 86 milliseconds