Searched refs:simplifyAndInst (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 229 Value *simplifyAndInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 54 static Value *simplifyAndInst(Value *, Value *, const SimplifyQuery &, 193 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 913 if (Value *V = simplifyAndInst(Op0, Op1, Q, MaxRecurse - 1)) in simplifyMulInst() 2044 static Value *simplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyAndInst() function 2234 Value *llvm::simplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyAndInst() function in llvm 2235 return ::simplifyAndInst(Op0, Op1, Q, RecursionLimit); in simplifyAndInst() 5494 return simplifyAndInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 6366 Result = simplifyAndInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 3190 if (Value *V = simplifyAndInst(CondVal, Mask, SQ.getWithInstruction(&SI))) in visitSelectInst()
|
| H A D | InstCombineAndOrXor.cpp | 1731 if (Value *V = simplifyAndInst(I.getOperand(0), I.getOperand(1), in visitAnd()
|