Searched refs:getElementAsAPInt (Results 1 – 4 of 4) 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()2700 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
612 APInt getElementAsAPInt(unsigned i) const;
2092 printConstant(CDS->getElementAsAPInt(i), CS); in EmitInstruction()
1632 APInt Elt = CDS->getElementAsAPInt(i); in computeKnownBits()