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