Searched refs:SimplifySelectsFeedingBinaryOp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1353 if (Value *V = SimplifySelectsFeedingBinaryOp(I, LHS, RHS)) in visitFAdd() 1817 if (Value *V = SimplifySelectsFeedingBinaryOp(I, Op0, Op1)) in visitFSub()
|
| H A D | InstCombineInternal.h | 760 Value *SimplifySelectsFeedingBinaryOp(BinaryOperator &I, Value *LHS,
|
| H A D | InstructionCombining.cpp | 721 return SimplifySelectsFeedingBinaryOp(I, LHS, RHS); in SimplifyUsingDistributiveLaws() 724 Value *InstCombiner::SimplifySelectsFeedingBinaryOp(BinaryOperator &I, in SimplifySelectsFeedingBinaryOp() function in InstCombiner
|
| H A D | InstCombineMulDivRem.cpp | 390 if (Value *V = SimplifySelectsFeedingBinaryOp(I, Op0, Op1)) in visitFMul()
|