Searched refs:SimplifyOrInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 180 Value *SimplifyOrInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 61 static Value *SimplifyOrInst(Value *, Value *, const SimplifyQuery &, unsigned); 462 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() 1919 static Value *SimplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyOrInst() function 2049 Value *llvm::SimplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyOrInst() function in llvm 2050 return ::SimplifyOrInst(Op0, Op1, Q, RecursionLimit); in SimplifyOrInst() 4753 return SimplifyOrInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 5271 Result = SimplifyOrInst(I->getOperand(0), I->getOperand(1), Q); in SimplifyInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2192 if (Value *V = SimplifyOrInst(I.getOperand(0), I.getOperand(1), in visitOr()
|