Searched refs:simplifyOrInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 154 LLVM_ABI Value *simplifyOrInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 73 static Value *simplifyOrInst(Value *, Value *, const SimplifyQuery &, unsigned); 162 if (Value *V = simplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 2300 static Value *simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyOrInst() function 2478 Value *llvm::simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyOrInst() function in llvm 2479 return ::simplifyOrInst(Op0, Op1, Q, RecursionLimit); in simplifyOrInst() 6081 return simplifyOrInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 7175 return simplifyOrInst(NewOps[0], NewOps[1], Q, MaxRecurse); in simplifyInstructionWithOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 3748 if (Value *V = simplifyOrInst(I.getOperand(0), I.getOperand(1), in visitOr()
|