Searched refs:SimplifyAndInst (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 214 Value *SimplifyAndInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 54 static Value *SimplifyAndInst(Value *, Value *, const SimplifyQuery &, unsigned); 192 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 890 if (Value *V = SimplifyAndInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyMulInst() 1977 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyAndInst() function 2139 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyAndInst() function in llvm 2140 return ::SimplifyAndInst(Op0, Op1, Q, RecursionLimit); in SimplifyAndInst() 5117 return SimplifyAndInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 5893 Result = SimplifyAndInst(I->getOperand(0), I->getOperand(1), Q); in SimplifyInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 1787 if (Value *V = SimplifyAndInst(I.getOperand(0), I.getOperand(1), in visitAnd()
|