Lines Matching refs:ConstStrSize
3558 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3559 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3564 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3585 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3586 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3591 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3616 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
3617 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size()) in parseConstants()
3623 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3652 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
3653 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size()) in parseConstants()
3659 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()