Searched refs:IsIntMinDivisionOverflow (Results 1 – 2 of 2) sorted by relevance
91 llvm::Value* IsIntMinDivisionOverflow(llvm::Value* lhs, llvm::Value* rhs);
1642 llvm::Value* ElementalIrEmitter::IsIntMinDivisionOverflow(llvm::Value* lhs, in IsIntMinDivisionOverflow() function in xla::ElementalIrEmitter1664 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerDivide()1690 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerRemainder()