Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.h296 std::pair<llvm::Value*, llvm::Value*> SplitInt64ToInt32s(
Dllvm_util.cc673 return SplitInt64ToInt32s(b, b->CreateMul(src0, src1)); in UMulLowHigh32()
676 std::pair<llvm::Value*, llvm::Value*> SplitInt64ToInt32s( in SplitInt64ToInt32s() function