Searched refs:SimplifySelectsFeedingBinaryOp (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 556 Value *SimplifySelectsFeedingBinaryOp(BinaryOperator &I, Value *LHS,
|
H A D | InstCombineAddSub.cpp | 1619 if (Value *V = SimplifySelectsFeedingBinaryOp(I, LHS, RHS)) in visitFAdd() 2303 if (Value *V = SimplifySelectsFeedingBinaryOp(I, Op0, Op1)) in visitFSub()
|
H A D | InstructionCombining.cpp | 818 return SimplifySelectsFeedingBinaryOp(I, LHS, RHS); in SimplifyUsingDistributiveLaws() 821 Value *InstCombinerImpl::SimplifySelectsFeedingBinaryOp(BinaryOperator &I, in SimplifySelectsFeedingBinaryOp() function in InstCombinerImpl
|
H A D | InstCombineMulDivRem.cpp | 461 if (Value *V = SimplifySelectsFeedingBinaryOp(I, Op0, Op1)) in visitFMul()
|