Searched refs:SimplifyAndInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 177 Value *SimplifyAndInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 52 static Value *SimplifyAndInst(Value *, Value *, const SimplifyQuery &, unsigned); 457 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in ThreadCmpOverSelect() 872 if (Value *V = SimplifyAndInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyMulInst() 1781 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyAndInst() function 1913 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyAndInst() function in llvm 1914 return ::SimplifyAndInst(Op0, Op1, Q, RecursionLimit); in SimplifyAndInst() 4751 return SimplifyAndInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 5268 Result = SimplifyAndInst(I->getOperand(0), I->getOperand(1), Q); in SimplifyInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 1531 if (Value *V = SimplifyAndInst(I.getOperand(0), I.getOperand(1), in visitAnd()
|