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

/external/llvm/lib/IR/
H A DType.cpp168 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } function in class:Type
218 return getInt16Ty(C)->getPointerTo(AS);
242 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DType.cpp212 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } function in class:Type
257 return getInt16Ty(C)->getPointerTo(AS);
281 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
/external/llvm/include/llvm/IR/
H A DIRBuilder.h286 return ConstantInt::get(getInt16Ty(), C);
325 IntegerType *getInt16Ty() { function in class:llvm::IRBuilderBase
326 return Type::getInt16Ty(Context);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h202 return ConstantInt::get(getInt16Ty(), C);
234 /// getInt16Ty - Fetch the type representing a 16-bit integer.
235 IntegerType *getInt16Ty() { function in class:llvm::IRBuilderBase
236 return Type::getInt16Ty(Context);

Completed in 65 milliseconds