Searched refs:operandConstant (Results 1 – 1 of 1) sorted by relevance
1896 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local1897 if (operandConstant == nullptr) in fold()1906 operandConstant->getType(), operandConstant->getConstantValue(), mSwizzleOffsets.at(i)); in fold()2061 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local2062 if (operandConstant == nullptr) in fold()2085 constArray = operandConstant->foldUnaryNonComponentWise(mOp); in fold()2088 constArray = operandConstant->foldUnaryComponentWise(mOp, mFunction, diagnostics); in fold()