Searched refs:simplifyAndInst (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 233 Value *simplifyAndInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 55 static Value *simplifyAndInst(Value *, Value *, const SimplifyQuery &, 194 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() 959 if (Value *V = simplifyAndInst(Op0, Op1, Q, MaxRecurse - 1)) in simplifyMulInst() 2063 static Value *simplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyAndInst() function 2266 Value *llvm::simplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyAndInst() function in llvm 2267 return ::simplifyAndInst(Op0, Op1, Q, RecursionLimit); in simplifyAndInst() 5754 return simplifyAndInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 6644 return simplifyAndInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 3498 if (Value *V = simplifyAndInst(CondVal, Mask, SQ.getWithInstruction(&SI))) in visitSelectInst()
|
| H A D | InstCombineAndOrXor.cpp | 1935 if (Value *V = simplifyAndInst(I.getOperand(0), I.getOperand(1), in visitAnd()
|