Home
last modified time | relevance | path

Searched refs:foldAddLikeCommutative (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h612 Instruction *foldAddLikeCommutative(Value *LHS, Value *RHS, bool NSW,
H A DInstCombineAddSub.cpp1316 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 DInstCombineAndOrXor.cpp3818 foldAddLikeCommutative(I.getOperand(0), I.getOperand(1), in visitOr()
3822 foldAddLikeCommutative(I.getOperand(1), I.getOperand(0), in visitOr()