Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getBitWidthValue

1806         uint64_t Size = i->getBitWidthValue(getContext());
4881 if (FD->isBitField() && FD->getBitWidthValue(getContext()) == 0)
6237 OS << I->getBitWidthValue(CGM.getContext());