Searched refs:getIVecComponent (Results 1 – 5 of 5) sorted by relevance
54 SKSL_INT getIVecComponent(int index) const override { in getIVecComponent() function56 return -fOperand->getIVecComponent(index); in getIVecComponent()
102 } else if (this->getIVecComponent(i) != c.getIVecComponent(i)) { in compareConstant()170 SKSL_INT getIVecComponent(int n) const override { in getIVecComponent() function
125 virtual SKSL_INT getIVecComponent(int n) const { in getIVecComponent() function
117 int64_t value = ((Constructor&) *fBase).getIVecComponent(fComponents[0]); in constantPropagate()
548 } else if (c.getIVecComponent(i) != value) { in is_constant()