Home
last modified time | relevance | path

Searched refs:simplifyAndInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h151 LLVM_ABI Value *simplifyAndInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp60 static Value *simplifyAndInst(Value *, Value *, const SimplifyQuery &,
157 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications()
929 if (Value *V = simplifyAndInst(Op0, Op1, Q, MaxRecurse - 1)) in simplifyMulInst()
2025 static Value *simplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyAndInst() function
2204 Value *llvm::simplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyAndInst() function in llvm
2205 return ::simplifyAndInst(Op0, Op1, Q, RecursionLimit); in simplifyAndInst()
6079 return simplifyAndInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp()
7173 return simplifyAndInst(NewOps[0], NewOps[1], Q, MaxRecurse); in simplifyInstructionWithOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp4368 if (Value *V = simplifyAndInst(CondVal, Mask, SQ.getWithInstruction(&SI))) in visitSelectInst()
H A DInstCombineAndOrXor.cpp2389 if (Value *V = simplifyAndInst(I.getOperand(0), I.getOperand(1), in visitAnd()