Searched refs:simplifyOrInst (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 232 Value *simplifyOrInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 67 static Value *simplifyOrInst(Value *, Value *, const SimplifyQuery &, unsigned); 198 if (Value *V = simplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 2323 static Value *simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyOrInst() function 2474 Value *llvm::simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyOrInst() function in llvm 2475 return ::simplifyOrInst(Op0, Op1, Q, RecursionLimit); in simplifyOrInst() 5496 return simplifyOrInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 6369 Result = simplifyOrInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2701 if (Value *V = simplifyOrInst(I.getOperand(0), I.getOperand(1), in visitOr()
|