Searched defs:getInt16Ty (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/IR/
H A DIRBuilder.h272 return ConstantInt::get(getInt16Ty(), C);
311 IntegerType *getInt16Ty() { function in class:llvm::IRBuilderBase
312 return Type::getInt16Ty(Context);
/external/llvm/lib/IR/
H A DType.cpp234 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } function in class:Type
283 return getInt16Ty(C)->getPointerTo(AS);
307 case 16: return cast<IntegerType>(Type::getInt16Ty(C));

Completed in 200 milliseconds