Home
last modified time | relevance | path

Searched refs:getInt128Ty (Results 1 – 5 of 5) 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
280 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
H A DCore.cpp584 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h429 static IntegerType *getInt128Ty(LLVMContext &C);
H A DIRBuilder.h528 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp309 return FixedVectorType::get(Type::getInt128Ty(Context), 1); in getTypeForEVT()