Searched refs:GetIntSMin (Results 1 – 2 of 2) sorted by relevance
88 llvm::Value* GetIntSMin(llvm::Type* type);
1519 llvm::Value* ElementalIrEmitter::GetIntSMin(llvm::Type* type) { in GetIntSMin() function in xla::ElementalIrEmitter1537 return And(ICmpEQ(lhs, GetIntSMin(lhs->getType())), in IsIntMinDivisionOverflow()1564 Select(has_int_min_overflow, GetIntSMin(lhs->getType()), safe_div)); in EmitIntegerDivide()