Searched refs:IsIntMinDivisionOverflow (Results 1 – 2 of 2) sorted by relevance
74 llvm::Value* IsIntMinDivisionOverflow(llvm::Value* lhs, llvm::Value* rhs);
1217 llvm::Value* ElementalIrEmitter::IsIntMinDivisionOverflow(llvm::Value* lhs, in IsIntMinDivisionOverflow() function in xla::ElementalIrEmitter1239 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerDivide()1265 llvm::Value* has_int_min_overflow = IsIntMinDivisionOverflow(lhs, rhs); in EmitIntegerRemainder()