Searched refs:getAsConstant (Results 1 – 3 of 3) sorted by relevance
48 if (getAsConstant() != nullptr) in operator ==()49 return getAsConstant()->getConstArray() == rhs.getAsConstant()->getConstArray(); in operator ==()
103 const TIntermConstantUnion* getAsConstant() const in getAsConstant() function
4553 if (typeParam.getAsConstant() != nullptr) { in convertGlslangToSpvType()4555 auto constant = typeParam.getAsConstant(); in convertGlslangToSpvType()