Searched refs:getUniqueInteger (Results 1 – 12 of 12) sorted by relevance
155 const APInt &getUniqueInteger() const;
56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue();
190 ->getUniqueInteger() in emitCGProfileMetadata()
1914 ->getUniqueInteger() in lower()2221 ->getUniqueInteger() in lower()2226 ->getUniqueInteger() in lower()
564 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
1758 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
4267 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
303 return Optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
454 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()486 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()
3631 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()3643 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()3656 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
1491 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
3863 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()