reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
105 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), 112 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), 120 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), 129 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), 136 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), 143 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), 150 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), 156 Type *Ty = BF->getType(); 214 Value *NewIn = IRB.CreateCall(ExtF, {BF, IRB.getInt32(W), IRB.getInt32(SR)});