Home
last modified time | relevance | path

Searched refs:int64_ty (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCoreMedia.cpp39 auto int64_ty = type_system_or_err->GetBuiltinTypeForEncodingAndBitSize( in CMTimeSummaryProvider() local
44 auto value_sp(valobj.GetSyntheticChildAtOffset(0, int64_ty, true)); in CMTimeSummaryProvider()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc389 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetAlignmentMetadataForLoad() local
391 llvm::ConstantInt::get(int64_ty, alignment); in SetAlignmentMetadataForLoad()
402 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetDereferenceableMetadataForLoad() local
404 llvm::ConstantInt::get(int64_ty, dereferenceable_bytes); in SetDereferenceableMetadataForLoad()
670 llvm::Type* int64_ty = b->getInt64Ty(); in UMulLowHigh32() local
671 src0 = b->CreateZExt(src0, int64_ty); in UMulLowHigh32()
672 src1 = b->CreateZExt(src1, int64_ty); in UMulLowHigh32()