Searched refs:getUniqueInteger (Results 1 – 14 of 14) sorted by relevance
151 const APInt &getUniqueInteger() const;
56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue();
5 ; Constant::getUniqueInteger would crash for a scalable-vector zeroinitializer.
188 ->getUniqueInteger() in emitCGProfileMetadata()
1927 ->getUniqueInteger() in lower()2230 ->getUniqueInteger() in lower()2235 ->getUniqueInteger() in lower()
604 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
1684 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
4460 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
341 return Optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
867 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()
3922 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()3934 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()3947 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
469 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()
1524 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
3869 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()