Home | History | Annotate | Download | only in ARM

Lines Matching refs:EnumWidth

778         int EnumWidth = EnumWidthValue->getZExtValue();
779 assert((EnumWidth == 1 || EnumWidth == 4) &&
781 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2;