Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h465 static IntegerType *getInt128Ty(LLVMContext &C);
H A DIRBuilder.h533 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/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
289 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
H A DCore.cpp673 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1211 ConstantInt::get(Type::getInt128Ty(*CurDAG->getContext()), Val), in loadPoolVectorConstant()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9692 return Builder.getInt128Ty(); in getEltType()
11407 llvm::IntegerType::getInt128Ty(CGM.getLLVMContext()); in EmitAArch64BuiltinExpr()