Searched refs:getElementAsAPInt (Results 1 – 3 of 3) sorted by relevance
119 return CV->getElementAsAPInt(0).isAllOnesValue(); in isAllOnesValue()145 return CV->getElementAsAPInt(0).isOneValue(); in isOneValue()171 return CV->getElementAsAPInt(0).isMinSignedValue(); in isMinSignedValue()197 return !CV->getElementAsAPInt(0).isMinSignedValue(); in isNotMinSignedValue()2648 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
608 APInt getElementAsAPInt(unsigned i) const;
1600 APInt Elt = CDS->getElementAsAPInt(i); in computeKnownBits()