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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp162 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
501 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
516 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
534 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
548 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
H A DAddressSanitizer.cpp936 IntptrTy = Type::getIntNTy(*C, LongSize);
1131 IntptrTy = Type::getIntNTy(*C, LongSize);
1386 Type *RZTy = Type::getIntNTy(*C, ShadowRZSize * 8);
H A DMemorySanitizer.cpp1321 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits));
1323 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed);
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp60 i128 = Type::getIntNTy(M.getContext(), 128);
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h376 return (LargestSize == 0) ? 0 : Type::getIntNTy(C, LargestSize);
H A DType.h399 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp335 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), data_layout.getPointerSizeInBits());
H A DIRForTarget.cpp2592 m_intptr_ty = llvm::Type::getIntNTy(m_module->getContext(), m_target_data->getPointerSizeInBits());
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DType.cpp244 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { function in class:Type
277 return getIntNTy(C, N)->getPointerTo(AS);
H A DDataLayout.cpp628 return Type::getIntNTy(C, LegalIntWidths[i]);
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1563 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8);
1737 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
1962 ? Type::getIntNTy(
2104 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), Size * 8)
2234 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), Size * 8);
2284 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size*8);
2536 = IntTy ? Type::getIntNTy(IntTy->getContext(), Size*8) : 0;
3072 SliceTy = Type::getIntNTy(*C, SliceSize * 8);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp851 llvm::Type::getIntNTy(getLLVMContext(),
1122 llvm::Type::getIntNTy(getLLVMContext(),
H A DCGExpr.cpp2087 V = Builder.CreateBitCast(V, llvm::Type::getIntNTy(getLLVMContext(),
H A DTargetInfo.cpp3939 BaseTy = llvm::Type::getIntNTy(getVMContext(), 128);
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp349 Constant *CV = ConstantInt::get(Type::getIntNTy(*CurDAG->getContext(),
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1514 IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize);

Completed in 375 milliseconds