Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Delemental_ir_emitter.h91 llvm::Value* IsIntMinDivisionOverflow(llvm::Value* lhs, llvm::Value* rhs);
H A Delemental_ir_emitter.cc1642 llvm::Value* ElementalIrEmitter::IsIntMinDivisionOverflow(llvm::Value* lhs, in IsIntMinDivisionOverflow() function in xla::ElementalIrEmitter
1664 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerDivide()
1690 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerRemainder()