Home
last modified time | relevance | path

Searched defs:addWithOverflow (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp75 static int64_t addWithOverflow(int64_t A, int64_t B) { in addWithOverflow() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp44 static bool addWithOverflow(APInt &Result, const APInt &In1, in addWithOverflow() function