Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc686 llvm::Value* low_32bits = b->CreateTrunc(value_64bits, int32_ty); in SplitInt64ToInt32s() local
689 return std::make_pair(low_32bits, high_32bits); in SplitInt64ToInt32s()