Searched refs:simplifyOrInst (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | InstructionSimplify.h | 236 Value *simplifyOrInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 68 static Value *simplifyOrInst(Value *, Value *, const SimplifyQuery &, unsigned); 199 if (Value *V = simplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 2364 static Value *simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyOrInst() function 2530 Value *llvm::simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyOrInst() function in llvm 2531 return ::simplifyOrInst(Op0, Op1, Q, RecursionLimit); in simplifyOrInst() 5756 return simplifyOrInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 6646 return simplifyOrInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 2941 if (Value *V = simplifyOrInst(I.getOperand(0), I.getOperand(1), in visitOr()
|