Searched refs:DivNeg (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp884 ConstantInt *DivNeg =cast<ConstantInt>(ConstantExpr::getNeg(RangeSize)); local
885 LoOverflow = AddWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;

Completed in 176 milliseconds