reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1971 return CallInst::Create(Fshl, { Op0, Op1, LeftShiftC }); 1978 if (match(Op1, m_ZeroInt()) || match(Op1, m_Undef())) 1978 if (match(Op1, m_ZeroInt()) || match(Op1, m_Undef())) 1984 return BinaryOperator::CreateLShr(Op1, 1988 if (Op0 == Op1 && BitWidth == 16 && match(ShAmtC, m_SpecificInt(8))) {