Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CurVal

106     BitsInit *CurVal = dyn_cast<BitsInit>(RV->getValue());
107 if (!CurVal)
121 SmallVector<Init *, 16> NewBits(CurVal->getNumBits());
132 for (unsigned i = 0, e = CurVal->getNumBits(); i != e; ++i)
134 NewBits[i] = CurVal->getBit(i);