Searched defs:getInt128Ty (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 256 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } getInt128Ty() function in Type |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 533 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } getInt128Ty() function |