Searched refs:MaxRecurse (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 68 const SimplifyQuery &Q, unsigned MaxRecurse); 81 unsigned MaxRecurse); 154 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() argument 156 Value *SimplifiedCmp = simplifyCmpInst(Pred, LHS, RHS, Q, MaxRecurse); in simplifyCmpSelCase() 172 unsigned MaxRecurse) { in simplifyCmpSelTrueCase() argument 173 return simplifyCmpSelCase(Pred, LHS, RHS, Cond, Q, MaxRecurse, in simplifyCmpSelTrueCase() 181 unsigned MaxRecurse) { in simplifyCmpSelFalseCase() argument 182 return simplifyCmpSelCase(Pred, LHS, RHS, Cond, Q, MaxRecurse, in simplifyCmpSelFalseCase() 191 unsigned MaxRecurse) { in handleOtherCmpSelSimplifications() argument 199 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() [all …]
|