reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
813 Pos = CN->getZExtValue(); 817 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) 833 Pos = CN->getZExtValue(); 835 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || 835 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || 836 Pos + SMSize > ValTy.getSizeInBits()) 860 DAG.getConstant(Pos, DL, MVT::i32),