Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h230 Value *SimplifyAndInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp57 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 DInstCombineSelect.cpp3240 if (Value *V = SimplifyAndInst(CondVal, Mask, SQ.getWithInstruction(&SI))) in visitSelectInst()
H A DInstCombineAndOrXor.cpp1787 if (Value *V = SimplifyAndInst(I.getOperand(0), I.getOperand(1), in visitAnd()