HomeSort by relevance Sort by last modified time
    Searched defs:TyInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 455 std::vector<const GlobalVariable *> TyInfo;
465 TyInfo.reserve(N - FirstCatch);
467 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
468 MMI->addCatchTypeInfo(MBB, TyInfo);
469 TyInfo.clear();
477 TyInfo.reserve(FilterLength - 1);
479 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
480 MMI->addFilterTypeInfo(MBB, TyInfo);
481 TyInfo.clear();
489 TyInfo.reserve(N - 2)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 107 SmallVector<Constant *, 4> TyInfo;
108 TyInfo.reserve(FilterLength - 1);
110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
112 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
114 TyInfo.size());
115 LPI->addClause(ConstantArray::get(AType, TyInfo));
    [all...]

Completed in 205 milliseconds