Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp199 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h528 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function