Searched refs:getElementAsAPInt (Results 1 – 4 of 4) sorted by relevance
120 return CV->getElementAsAPInt(0).isAllOnesValue(); in isAllOnesValue()146 return CV->getElementAsAPInt(0).isOneValue(); in isOneValue()196 return CV->getElementAsAPInt(0).isMinSignedValue(); in isMinSignedValue()3198 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
605 APInt getElementAsAPInt(unsigned i) const;
2256 printConstant(CDS->getElementAsAPInt(i), CS); in addConstantComments()
1856 APInt Elt = CDV->getElementAsAPInt(i); in computeKnownBits()