Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc685 llvm::Type* int32_ty = b->getInt32Ty(); in SplitInt64ToInt32s() local
686 llvm::Value* low_32bits = b->CreateTrunc(value_64bits, int32_ty); in SplitInt64ToInt32s()
688 b->CreateTrunc(b->CreateLShr(value_64bits, 32), int32_ty); in SplitInt64ToInt32s()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1608 llvm::Type* int32_ty = b_->getInt32Ty(); in MakePhiloxRngElementGenerator() local
1610 int32_ty, /*element_count=*/b_->getInt32(4), "sample", b_); in MakePhiloxRngElementGenerator()
1656 llvm::Type* raw_value_ty = elems_per_sample == 2 ? int64_ty : int32_ty; in MakePhiloxRngElementGenerator()