Searched refs:SimplifyAndInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 230 Value *SimplifyAndInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 57 static Value *SimplifyAndInst(Value *, Value *, const SimplifyQuery &, unsigned); 198 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 905 if (Value *V = SimplifyAndInst(Op0, Op1, Q, MaxRecurse-1)) in SimplifyMulInst() 2005 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyAndInst() function 2171 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyAndInst() function in llvm 2172 return ::SimplifyAndInst(Op0, Op1, Q, RecursionLimit); in SimplifyAndInst() 5258 return SimplifyAndInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 6155 Result = SimplifyAndInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 3240 if (Value *V = SimplifyAndInst(CondVal, Mask, SQ.getWithInstruction(&SI))) in visitSelectInst()
|
| H A D | InstCombineAndOrXor.cpp | 1787 if (Value *V = SimplifyAndInst(I.getOperand(0), I.getOperand(1), in visitAnd()
|