Searched defs:getIntNTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DType.cpp238 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { function in class:Type
271 return getIntNTy(C, N)->getPointerTo(AS);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h288 return ConstantInt::get(getIntNTy(N), C);
326 IntegerType *getIntNTy(unsigned N) { function in class:llvm::IRBuilderBase
327 return Type::getIntNTy(Context, N);

Completed in 76 milliseconds