Searched refs:SimplifyOrInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 233 Value *SimplifyOrInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 69 static Value *SimplifyOrInst(Value *, Value *, const SimplifyQuery &, unsigned); 203 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 2177 static Value *SimplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyOrInst() function 2351 Value *llvm::SimplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyOrInst() function in llvm 2352 return ::SimplifyOrInst(Op0, Op1, Q, RecursionLimit); in SimplifyOrInst() 5260 return SimplifyOrInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 6158 Result = SimplifyOrInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2631 if (Value *V = SimplifyOrInst(I.getOperand(0), I.getOperand(1), in visitOr()
|