reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
691 IRBuilder<> IRB(*C); 758 IRBuilder<> IRB(*C); 821 IRBuilder<> IRB(*C); 938 C = &(M.getContext()); 939 IRBuilder<> IRB(*C); 943 ColdCallWeights = MDBuilder(*C).createBranchWeights(1, 1000); 944 OriginStoreWeights = MDBuilder(*C).createBranchWeights(1, 1000); 1348 return VectorType::get(IntegerType::get(*MS.C, EltSize), 1359 StructType *Res = StructType::get(*MS.C, Elements, ST->isPacked()); 1364 return IntegerType::get(*MS.C, TypeSize); 1370 return IntegerType::get(*MS.C, vt->getBitWidth()); 2097 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits)); 2099 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); 2735 return VectorType::get(IntegerType::get(*MS.C, EltSizeInBits), 2798 Type *X86_MMXTy = Type::getX86_MMXTy(*MS.C); 2817 Type *ResTy = isX86_MMX ? IntegerType::get(*MS.C, 64) : I.getType(); 3947 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); 3950 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); 3962 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); 3979 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); 4094 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); 4104 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); 4258 Type::getInt64PtrTy(*MS.C)); 4259 return IRB.CreateLoad(Type::getInt64Ty(*MS.C), SaveAreaPtrPtr); 4268 Type::getInt32PtrTy(*MS.C)); 4285 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); 4531 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); 4541 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);