Lines Matching full:tmpvec
1625 SmallVector<char, 128> TmpVec;1626 TmpVec.reserve(CA->getNumOperands());1628 TmpVec.push_back(cast<ConstantInt>(CA->getOperand(i))->getZExtValue());1630 AP.OutStreamer.EmitBytes(StringRef(TmpVec.data(), TmpVec.size()), AddrSpace);