Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCoreMedia.cpp41 auto int32_ty = type_system_or_err->GetBuiltinTypeForEncodingAndBitSize( in CMTimeSummaryProvider() local
45 auto timescale_sp(valobj.GetSyntheticChildAtOffset(8, int32_ty, true)); in CMTimeSummaryProvider()
46 auto flags_sp(valobj.GetSyntheticChildAtOffset(12, int32_ty, true)); in CMTimeSummaryProvider()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc679 llvm::Type* int32_ty = b->getInt32Ty(); in SplitInt64ToInt32s() local
680 llvm::Value* low_32bits = b->CreateTrunc(value_64bits, int32_ty); in SplitInt64ToInt32s()
682 b->CreateTrunc(b->CreateLShr(value_64bits, 32), int32_ty); in SplitInt64ToInt32s()