reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
896 if (match(Op1, m_Undef())) 897 return Op1; 902 if (match(Op1, m_Zero())) 907 auto *Op1C = dyn_cast<Constant>(Op1); 929 if (Op0 == Op1) 938 if (match(Op1, m_One()) || Ty->isIntOrIntVectorTy(1) || 939 (match(Op1, m_ZExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)))