Searched refs:simplifyOrInst (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 150 Value *simplifyOrInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 69 static Value *simplifyOrInst(Value *, Value *, const SimplifyQuery &, unsigned); 204 if (Value *V = simplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 2346 static Value *simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyOrInst() function 2524 Value *llvm::simplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyOrInst() function in llvm 2525 return ::simplifyOrInst(Op0, Op1, Q, RecursionLimit); in simplifyOrInst() 6042 return simplifyOrInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 7132 return simplifyOrInst(NewOps[0], NewOps[1], Q, MaxRecurse); in simplifyInstructionWithOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3500 if (Value *V = simplifyOrInst(I.getOperand(0), I.getOperand(1), in visitOr()
|