Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h457 LLVM_ABI static IntegerType *getInt128Ty(LLVMContext &C);
H A DIRBuilder.h572 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp299 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type
332 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
H A DCore.cpp677 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1222 ConstantInt::get(Type::getInt128Ty(*CurDAG->getContext()), Val), in loadPoolVectorConstant()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp3767 return Builder.getInt128Ty(); in getEltType()
5460 llvm::IntegerType::getInt128Ty(CGM.getLLVMContext()); in EmitAArch64BuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28222 auto *Int128Ty = Type::getInt128Ty(Builder.getContext()); in emitLoadLinked()
28264 Type *Int128Ty = Type::getInt128Ty(M->getContext()); in emitStoreConditional()