Searched refs:TyInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp112 SmallVector<Constant *, 4> TyInfo; local
113 TyInfo.reserve(FilterLength - 1);
115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
117 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
119 TyInfo.size());
120 LPI->addClause(ConstantArray::get(AType, TyInfo));

Completed in 200 milliseconds