Searched refs:SimplifyOrInst (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 217 Value *SimplifyOrInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 66 static Value *SimplifyOrInst(Value *, Value *, const SimplifyQuery &, unsigned); 197 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 2145 static Value *SimplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyOrInst() function 2315 Value *llvm::SimplifyOrInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyOrInst() function in llvm 2316 return ::SimplifyOrInst(Op0, Op1, Q, RecursionLimit); in SimplifyOrInst() 5119 return SimplifyOrInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 5896 Result = SimplifyOrInst(I->getOperand(0), I->getOperand(1), Q); in SimplifyInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2631 if (Value *V = SimplifyOrInst(I.getOperand(0), I.getOperand(1), in visitOr()
|