reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
436 if (FCmp == Cond) { 439 FCmp = getFalse(Cond->getType()); 440 } else if (!FCmp) { 445 FCmp = getFalse(Cond->getType()); 450 if (TCmp == FCmp) 460 if (match(FCmp, m_Zero())) 466 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) 470 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))