Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp67 const SimplifyQuery &Q, unsigned MaxRecurse);
149 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() argument
151 Value *SimplifiedCmp = simplifyCmpInst(Pred, LHS, RHS, Q, MaxRecurse); in simplifyCmpSelCase()
167 unsigned MaxRecurse) { in simplifyCmpSelTrueCase() argument
168 return simplifyCmpSelCase(Pred, LHS, RHS, Cond, Q, MaxRecurse, in simplifyCmpSelTrueCase()
176 unsigned MaxRecurse) { in simplifyCmpSelFalseCase() argument
177 return simplifyCmpSelCase(Pred, LHS, RHS, Cond, Q, MaxRecurse, in simplifyCmpSelFalseCase()
186 unsigned MaxRecurse) { in handleOtherCmpSelSimplifications() argument
194 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications()
199 if (Value *V = simplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications()
[all …]