Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:CVal

1512   unsigned CVal = 0;
1515 case IOK_LENGTH: CVal = Info.Length; break;
1516 case IOK_SIZE: CVal = Info.Size; break;
1517 case IOK_TYPE: CVal = Info.Type; break;
1523 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_Imm, TypeLoc, Len, CVal));
1525 const MCExpr *Imm = MCConstantExpr::Create(CVal, getContext());