Home
last modified time | relevance | path

Searched refs:getInt128Ty (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DType.h469 static IntegerType *getInt128Ty(LLVMContext &C);
DIRBuilder.h522 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp243 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
324 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
DCore.cpp596 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DValueTypes.cpp350 return FixedVectorType::get(Type::getInt128Ty(Context), 1); in getTypeForEVT()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp403 Int128PtrTy = PointerType::getUnqual(IRB.getInt128Ty()); in instrumentModule()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBuiltin.cpp10195 llvm::IntegerType::getInt128Ty(CGM.getLLVMContext()); in EmitAArch64BuiltinExpr()