Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCodeGenPrepare.cpp349 ConstantInt *OverflowConst = cast<ConstantInt>(I->getOperand(1)); in isSafeOverflow() local
350 bool NegImm = OverflowConst->isNegative(); in isSafeOverflow()
373 Total += OverflowConst->getValue().getBitWidth() < 32 ? in isSafeOverflow()
374 OverflowConst->getValue().abs().zext(32) : OverflowConst->getValue().abs(); in isSafeOverflow()