Searched refs:getInt64Type (Results 1 – 6 of 6) sorted by relevance
81 LLVM::LLVMArrayType::get(getInt64Type(), rank); in getMemRefType()88 {llvmPtrToElementType, llvmPtrToElementType, getInt64Type(), in getMemRefType()95 Type getInt64Type() { return llvmInt64Type; } in getInt64Type() function in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass305 {getPointerType(), getInt64Type(), in declareVulkanFunctions()306 getInt64Type(), getInt64Type()})); in declareVulkanFunctions()
141 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
228 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntType()253 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type(); in DefineExactWidthIntTypeSize()
358 IntType getInt64Type() const { return Int64Type; } in getInt64Type() function
10984 switch (Context.getTargetInfo().getInt64Type()) { in DecodeTypeFromStr()
2907 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()