Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp72 const SimplifyQuery &Q, unsigned MaxRecurse);
85 unsigned MaxRecurse);
115 unsigned MaxRecurse, Constant *TrueOrFalse) { in simplifyCmpSelCase() argument
116 Value *SimplifiedCmp = simplifyCmpInst(Pred, LHS, RHS, Q, MaxRecurse); in simplifyCmpSelCase()
131 unsigned MaxRecurse) { in simplifyCmpSelTrueCase() argument
132 return simplifyCmpSelCase(Pred, LHS, RHS, Cond, Q, MaxRecurse, in simplifyCmpSelTrueCase()
139 unsigned MaxRecurse) { in simplifyCmpSelFalseCase() argument
140 return simplifyCmpSelCase(Pred, LHS, RHS, Cond, Q, MaxRecurse, in simplifyCmpSelFalseCase()
149 unsigned MaxRecurse) { in handleOtherCmpSelSimplifications() argument
157 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications()
[all …]