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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp162 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
505 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
520 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
538 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
552 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
H A DAddressSanitizer.cpp868 IntptrTy = Type::getIntNTy(*C, LongSize);
1059 IntptrTy = Type::getIntNTy(*C, LongSize);
1236 Type *RZTy = Type::getIntNTy(*C, ShadowRZSize * 8);
H A DMemorySanitizer.cpp1106 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits));
1108 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), false);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp282 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
309 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
H A DIRForTarget.cpp288 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
715 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
1138 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
1588 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
1669 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
2488 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
2526 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DType.h391 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/freebsd-10.0-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.cpp627 return Type::getIntNTy(C, LegalIntWidths[i]);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2131 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
2414 IntTy = Type::getIntNTy(NewAI.getContext(),
2539 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), Size * 8)
2660 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), Size * 8);
2707 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size*8);
2949 = IntTy ? Type::getIntNTy(IntTy->getContext(), Size*8) : 0;
3470 AllocaTy = Type::getIntNTy(*C, AllocaSize * 8);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp311 Constant *CV = ConstantInt::get(Type::getIntNTy(*CurDAG->getContext(),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp850 llvm::Type::getIntNTy(getLLVMContext(),
1123 llvm::Type::getIntNTy(getLLVMContext(),
H A DCGExpr.cpp2123 V = Builder.CreateBitCast(V, llvm::Type::getIntNTy(getLLVMContext(),
H A DTargetInfo.cpp3779 BaseTy = llvm::Type::getIntNTy(getVMContext(), 128);
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1506 IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize);

Completed in 315 milliseconds