Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:APSIntVal

2087 ///     ::= '[' APSINTVAL 'x' Types ']'
2088 /// ::= '<' APSINTVAL 'x' Types '>'
2415 ID.APSIntVal = Lex.getAPSIntVal();
2999 ID.APSIntVal = ID.APSIntVal.extOrTrunc(Ty->getPrimitiveSizeInBits());
3000 V = ConstantInt::get(Context, ID.APSIntVal);