reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Reader/BitcodeReader.cpp
 1195   return TypeList[ID] = createIdentifiedStructType(Context);
 1393         Attrs.push_back(AttributeList::get(Context, Record[i], B));
 1396       MAttributes.push_back(AttributeList::get(Context, Attrs));
 1403       MAttributes.push_back(AttributeList::get(Context, Attrs));
 1663       MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B);
 1723       ResultTy = Type::getVoidTy(Context);
 1726       ResultTy = Type::getHalfTy(Context);
 1729       ResultTy = Type::getFloatTy(Context);
 1732       ResultTy = Type::getDoubleTy(Context);
 1735       ResultTy = Type::getX86_FP80Ty(Context);
 1738       ResultTy = Type::getFP128Ty(Context);
 1741       ResultTy = Type::getPPC_FP128Ty(Context);
 1744       ResultTy = Type::getLabelTy(Context);
 1747       ResultTy = Type::getMetadataTy(Context);
 1750       ResultTy = Type::getX86_MMXTy(Context);
 1753       ResultTy = Type::getTokenTy(Context);
 1763       ResultTy = IntegerType::get(Context, NumBits);
 1834       ResultTy = StructType::get(Context, EltTys, Record[0]);
 1855         Res = createIdentifiedStructType(Context, TypeName);
 1884         Res = createIdentifiedStructType(Context, TypeName);
 2003     SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN));
 2330   Type *CurTy = Type::getInt32Ty(Context);
 2331   Type *CurFullTy = Type::getInt32Ty(Context);
 2359     Type *VoidType = Type::getVoidTy(Context);
 2395       V = ConstantInt::get(Context, VInt);
 2403         V = ConstantFP::get(Context, APFloat(APFloat::IEEEhalf(),
 2406         V = ConstantFP::get(Context, APFloat(APFloat::IEEEsingle(),
 2409         V = ConstantFP::get(Context, APFloat(APFloat::IEEEdouble(),
 2416         V = ConstantFP::get(Context, APFloat(APFloat::x87DoubleExtended(),
 2419         V = ConstantFP::get(Context, APFloat(APFloat::IEEEquad(),
 2422         V = ConstantFP::get(Context, APFloat(APFloat::PPCDoubleDouble(),
 2462       V = ConstantDataArray::getString(Context, Elts,
 2474           V = ConstantDataVector::get(Context, Elts);
 2476           V = ConstantDataArray::get(Context, Elts);
 2480           V = ConstantDataVector::get(Context, Elts);
 2482           V = ConstantDataArray::get(Context, Elts);
 2486           V = ConstantDataVector::get(Context, Elts);
 2488           V = ConstantDataArray::get(Context, Elts);
 2492           V = ConstantDataVector::get(Context, Elts);
 2494           V = ConstantDataArray::get(Context, Elts);
 2498           V = ConstantDataVector::getFP(Context, Elts);
 2500           V = ConstantDataArray::getFP(Context, Elts);
 2504           V = ConstantDataVector::getFP(Context, Elts);
 2506           V = ConstantDataArray::getFP(Context, Elts);
 2510           V = ConstantDataVector::getFP(Context, Elts);
 2512           V = ConstantDataArray::getFP(Context, Elts);
 2628       Type *SelectorTy = Type::getInt1Ty(Context);
 2659         Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
 2680         Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
 2692       Type *ShufTy = VectorType::get(Type::getInt32Ty(Context),
 2706       Type *ShufTy = VectorType::get(Type::getInt32Ty(Context),
 2814           FwdBBs[BBID] = BasicBlock::Create(Context);
 3243                               Context, getPointerElementFlatType(PTy)));
 3689                Context, getPointerElementFlatType(ArgsFullTys[i])));
 3802           FunctionBBs[i] = BasicBlock::Create(Context, "", F);
 3816             FunctionBBs[I] = BasicBlock::Create(Context, "", F);
 4086           popValue(Record, OpNum, NextValueNo, Type::getInt1Ty(Context), Cond))
 4108         if (vector_type->getElementType() != Type::getInt1Ty(Context))
 4112         if (Cond->getType() != Type::getInt1Ty(Context))
 4215           I = ReturnInst::Create(Context);
 4227         I = ReturnInst::Create(Context, Op);
 4245                                Type::getInt1Ty(Context));
 4258           getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context));
 4277           getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context));
 4296           getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context));
 4335           getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context));
 4406                 CaseVals.push_back(ConstantInt::get(Context, Low));
 4408               CaseVals.push_back(ConstantInt::get(Context, Low));
 4628       I = new UnreachableInst(Context);
 4933       FullTy = StructType::get(Context, {FullTy, Type::getInt1Ty(Context)});
 4933       FullTy = StructType::get(Context, {FullTy, Type::getInt1Ty(Context)});
 4984       I = new FenceInst(Context, Ordering, SSID);