Searched refs:SimplifySelectsFeedingBinaryOp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineInternal.h | 516 Value *SimplifySelectsFeedingBinaryOp(BinaryOperator &I, Value *LHS,
|
| HD | InstCombineAddSub.cpp | 1935 if (Value *V = SimplifySelectsFeedingBinaryOp(I, LHS, RHS)) in visitFAdd() 2926 if (Value *V = SimplifySelectsFeedingBinaryOp(I, Op0, Op1)) in visitFSub()
|
| HD | InstructionCombining.cpp | 1214 return SimplifySelectsFeedingBinaryOp(I, LHS, RHS); in foldUsingDistributiveLaws() 1281 Value *InstCombinerImpl::SimplifySelectsFeedingBinaryOp(BinaryOperator &I, in SimplifySelectsFeedingBinaryOp() function in InstCombinerImpl
|
| HD | InstCombineMulDivRem.cpp | 929 if (Value *V = SimplifySelectsFeedingBinaryOp(I, Op0, Op1)) in visitFMul()
|