Searched refs:OverflowConst (Results 1 – 1 of 1) sorted by relevance
343 ConstantInt *OverflowConst = cast<ConstantInt>(I->getOperand(1)); in isSafeWrap() local344 bool NegImm = OverflowConst->isNegative(); in isSafeWrap()367 Total += OverflowConst->getValue().getBitWidth() < 32 ? in isSafeWrap()368 OverflowConst->getValue().abs().zext(32) : OverflowConst->getValue().abs(); in isSafeWrap()