Searched refs:getVecComponent (Results 1 – 2 of 2) sorted by relevance
97 if (!this->getVecComponent(i).compareConstant(context, c.getVecComponent(i))) { in compareConstant()130 const Expression& getVecComponent(int index) const { in getVecComponent() function147 return ((const Constructor&) *arg).getVecComponent(index - current); in getVecComponent()156 return this->getVecComponent(index).getConstantFloat(); in getFVecComponent()160 return this->getVecComponent(index).getConstantInt(); in getIVecComponent()200 return &((Constructor&) *arg).getVecComponent(targetIndex - currentIndex); in getMatComponent()
527 if (!is_constant(c.getVecComponent(i), value)) { in is_constant()