Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp256 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h533 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function