Searched refs:getElementAsAPInt (Results 1 – 6 of 6) sorted by relevance
96 Bits.insertBits(CDS->getElementAsAPInt(I), I * EltBits); in extractConstantBits()
1524 printConstant(CDS->getElementAsAPInt(I), CS, PrintZero); in printConstant()
4694 Mask.insertBits(CDS->getElementAsAPInt(I), I * EltBits); in getTargetConstantBitsFromNode()
605 APInt getElementAsAPInt(unsigned i) const;
564 Pred, VC->getElementAsAPInt(ElemIdx)); in cmpExcludesZero()1792 APInt Elt = CDV->getElementAsAPInt(i); in computeKnownBits()8894 CR = CR.unionWith(VC->getElementAsAPInt(ElemIdx)); in computeConstantRange()
2937 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential