Searched refs:HasOverflow (Results 1 – 2 of 2) sorted by relevance
4969 bool HasOverflow = mayHaveIntegerOverflow(LHSCI, RHSCI, Opcode, in EmitGEPOffsetInBytes() local4971 if (HasOverflow) in EmitGEPOffsetInBytes()
1899 llvm::Value *HasOverflow; in EmitCheckedUnsignedMultiplySignedResult() local1901 CGF, llvm::Intrinsic::umul_with_overflow, V1, V2, HasOverflow); in EmitCheckedUnsignedMultiplySignedResult()1910 HasOverflow = CGF.Builder.CreateOr(HasOverflow, IntMaxOverflow); in EmitCheckedUnsignedMultiplySignedResult()1917 return RValue::get(HasOverflow); in EmitCheckedUnsignedMultiplySignedResult()