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

Declarations

include/llvm/IR/Type.h
  419   static IntegerType *getIntNTy(LLVMContext &C, unsigned N);

References

include/llvm/IR/DataLayout.h
  538     return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
include/llvm/IR/DerivedTypes.h
   67     return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits());
  629   Type *NewType = getIntNTy(getContext(), NewBitWidth);
include/llvm/IR/IRBuilder.h
  412     return Type::getIntNTy(Context, N);
include/llvm/IR/Type.h
  429       return (Type*) Type::getIntNTy(C, noOfBits);
lib/Analysis/ConstantFolding.cpp
  270         IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
  521       MapTy = PointerType::getIntNTy(C->getContext(),
lib/Analysis/IVDescriptors.cpp
  154   return std::make_pair(Type::getIntNTy(Exit->getContext(), MaxBitWidth),
lib/Analysis/ValueTracking.cpp
 3249                                        Type::getIntNTy(Ctx, PS), false),
lib/CodeGen/AtomicExpandPass.cpp
  655   Ret.WordType = Type::getIntNTy(Ctx, WordSize * 8);
 1622   Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8);
lib/CodeGen/CodeGenPrepare.cpp
 5791   Type *TruncTy = Type::getIntNTy(Ctx, ActiveBits);
 6243   auto *NewType = Type::getIntNTy(Context, RegWidth);
 6683   Type *SplitStoreType = Type::getIntNTy(SI.getContext(), HalfValBitSize);
lib/CodeGen/GlobalISel/IRTranslator.cpp
 2120     auto *ZeroTy = Type::getIntNTy(C.getContext(), NullSize);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7205         Type::getIntNTy(PtrVal->getContext(), LoadVT.getScalarSizeInBits());
lib/IR/ConstantFold.cpp
 2274                 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth);
 2436     Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth);
lib/IR/DataLayout.cpp
  787       return Type::getIntNTy(C, LegalIntWidth);
lib/IR/Type.cpp
  217   return getIntNTy(C, N)->getPointerTo(AS);
lib/Target/AMDGPU/AMDGPULibCalls.cpp
  602     PtrElemTy = Type::getIntNTy(Ctx, Size * 8);
lib/Target/Mips/MipsISelLowering.cpp
 2038     IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize);
lib/Target/RISCV/RISCVISelLowering.cpp
  548   IntegerType *CallTy = Type::getIntNTy(*DAG.getContext(), Ty.getSizeInBits());
lib/Target/X86/X86ISelLowering.cpp
 8087       Const = Constant::getIntegerValue(Type::getIntNTy(C, ScalarSize), Val);
 8226           Type *ScalarTy = Type::getIntNTy(*Ctx, SplatBitSize);
lib/Transforms/Coroutines/CoroFrame.cpp
  418     Type *IndexType = Type::getIntNTy(C, IndexBits);
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  601           Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty)));
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  235       Type *SrcIntTy = IntegerType::getIntNTy(Scalar->getContext(), SrcWidth);
  247       Type *DestIntTy = IntegerType::getIntNTy(Scalar->getContext(), DestWidth);
lib/Transforms/Instrumentation/AddressSanitizer.cpp
  593     IntptrTy = Type::getIntNTy(*C, LongSize);
  759     IntptrTy = Type::getIntNTy(*C, LongSize);
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2097     Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits));
 2099       IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed);
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  370   IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits());
  795     auto Ty = Type::getIntNTy(*C, TypeSize);
  840       auto Ty = Type::getIntNTy(*C, TypeSize);
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  238     Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
  637     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
  652     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
  669     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
  683     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  643   auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth);
lib/Transforms/Scalar/SROA.cpp
 1834       Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8);
 2102   Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
 2332                   ? Type::getIntNTy(
 2478       IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8);
 2503     Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8)
 2670       IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8);
 2737     Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8);
 3003         IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr;
 3858       auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8);
 3992       auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8);
 4130     SliceTy = Type::getIntNTy(*C, P.size() * 8);
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  951       StoreTy = Type::getIntNTy(F.getParent()->getContext(),
 1102       LoadTy = Type::getIntNTy(F.getParent()->getContext(),
lib/Transforms/Vectorize/LoopVectorize.cpp
 2671       IntegerType::getIntNTy(V->getContext(), DL.getTypeSizeInBits(SrcElemTy));
tools/clang/lib/CodeGen/CGBuiltin.cpp
 1267     llvm::IntegerType *IntTy = llvm::Type::getIntNTy(getLLVMContext(),
 7508     llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128);
tools/clang/lib/CodeGen/CGExpr.cpp
 2845       V = Builder.CreateBitCast(V, llvm::Type::getIntNTy(getLLVMContext(),
 4010       llvm::Type::getIntNTy(getLLVMContext(), Info.StorageSize);
tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  529       llvm::Type *Ty = llvm::Type::getIntNTy(
tools/clang/lib/CodeGen/CGObjC.cpp
 1061     llvm::Type *bitcastType = llvm::Type::getIntNTy(getLLVMContext(), ivarSize);
 1077       llvm::Type *newTy = llvm::Type::getIntNTy(getLLVMContext(), retTySize);
 1347       llvm::Type::getIntNTy(getLLVMContext(),
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  110                                    llvm::Type::getIntNTy(CGF.getLLVMContext(),
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  122     return llvm::Type::getIntNTy(Types.getLLVMContext(),
tools/clang/lib/CodeGen/TargetInfo.cpp
   56   llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment);
 6405   llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Div);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  290       m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1849   m_intptr_ty = llvm::Type::getIntNTy(m_module->getContext(),
tools/llvm-stress/llvm-stress.cpp
   86         Value = Type::getIntNTy(Context, N);
tools/polly/include/polly/CodeGen/LoopGenerators.h
  118             Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())),
unittests/IR/ConstantsTest.cpp
  123   IntegerType *Int128Ty = Type::getIntNTy(Context, 128);