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()2780 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
612 APInt getElementAsAPInt(unsigned i) const;
2528 printConstant(CDS->getElementAsAPInt(i), CS); in EmitInstruction()
1757 APInt Elt = CDS->getElementAsAPInt(i); in computeKnownBits()