Home
last modified time | relevance | path

Searched defs:getInt64Type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp95 Type getInt64Type() { return llvmInt64Type; } in getInt64Type() function in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h358 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function