Searched refs:IsIntMinDivisionOverflow (Results 1 – 2 of 2) sorted by relevance
85 llvm::Value* IsIntMinDivisionOverflow(llvm::Value* lhs, llvm::Value* rhs);
1535 llvm::Value* ElementalIrEmitter::IsIntMinDivisionOverflow(llvm::Value* lhs, in IsIntMinDivisionOverflow() function in xla::ElementalIrEmitter1557 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerDivide()1583 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerRemainder()