Home
last modified time | relevance | path

Searched refs:HasOverflow (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp4956 bool HasOverflow = mayHaveIntegerOverflow(LHSCI, RHSCI, Opcode, in EmitGEPOffsetInBytes() local
4958 if (HasOverflow) in EmitGEPOffsetInBytes()
H A DCGBuiltin.cpp1859 llvm::Value *HasOverflow; in EmitCheckedUnsignedMultiplySignedResult() local
1861 CGF, llvm::Intrinsic::umul_with_overflow, V1, V2, HasOverflow); in EmitCheckedUnsignedMultiplySignedResult()
1870 HasOverflow = CGF.Builder.CreateOr(HasOverflow, IntMaxOverflow); in EmitCheckedUnsignedMultiplySignedResult()
1877 return RValue::get(HasOverflow); in EmitCheckedUnsignedMultiplySignedResult()