Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp346 ConstantInt *OverflowConst = cast<ConstantInt>(I->getOperand(1)); in isSafeWrap() local
347 bool NegImm = OverflowConst->isNegative(); in isSafeWrap()
370 Total += OverflowConst->getValue().getBitWidth() < 32 ? in isSafeWrap()
371 OverflowConst->getValue().abs().zext(32) : OverflowConst->getValue().abs(); in isSafeWrap()