Searched refs:foldAddLikeCommutative (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 612 Instruction *foldAddLikeCommutative(Value *LHS, Value *RHS, bool NSW,
|
| H A D | InstCombineAddSub.cpp | 1316 Instruction *InstCombinerImpl::foldAddLikeCommutative(Value *LHS, Value *RHS, in foldAddLikeCommutative() function in InstCombinerImpl 1559 if (Instruction *R = foldAddLikeCommutative(LHS, RHS, I.hasNoSignedWrap(), in visitAdd() 1562 if (Instruction *R = foldAddLikeCommutative(RHS, LHS, I.hasNoSignedWrap(), in visitAdd()
|
| H A D | InstCombineAndOrXor.cpp | 3818 foldAddLikeCommutative(I.getOperand(0), I.getOperand(1), in visitOr() 3822 foldAddLikeCommutative(I.getOperand(1), I.getOperand(0), in visitOr()
|