Home
last modified time | relevance | path

Searched defs:getInt8Ty (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp252 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; } in getInt8Ty() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h513 IntegerType *getInt8Ty() { in getInt8Ty() function