Home
last modified time | relevance | path

Searched defs:getInt64Ty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp18 Type *Type::getInt64Ty(Context &Ctx) { in getInt64Ty() function in Type
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp298 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h567 IntegerType *getInt64Ty() { in getInt64Ty() function