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

/external/llvm/lib/IR/
H A DType.cpp232 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } function in class:Type
282 return getInt16Ty(C)->getPointerTo(AS);
306 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
/external/llvm/include/llvm/IR/
H A DIRBuilder.h264 return ConstantInt::get(getInt16Ty(), C);
303 IntegerType *getInt16Ty() { function in class:llvm::IRBuilderBase
304 return Type::getInt16Ty(Context);

Completed in 72 milliseconds