Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h74 llvm::Value* IsIntMinDivisionOverflow(llvm::Value* lhs, llvm::Value* rhs);
Delemental_ir_emitter.cc1217 llvm::Value* ElementalIrEmitter::IsIntMinDivisionOverflow(llvm::Value* lhs, in IsIntMinDivisionOverflow() function in xla::ElementalIrEmitter
1239 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerDivide()
1265 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerRemainder()