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

/external/llvm/lib/VMCore/
H A DType.cpp261 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } function in class:Type
310 return getInt16Ty(C)->getPointerTo(AS);
334 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
/external/llvm/include/llvm/
H A DIRBuilder.h203 return ConstantInt::get(getInt16Ty(), C);
235 /// getInt16Ty - Fetch the type representing a 16-bit integer.
236 IntegerType *getInt16Ty() { function in class:llvm::IRBuilderBase
237 return Type::getInt16Ty(Context);

Completed in 110 milliseconds