Searched refs:operandConstant (Results 1 – 1 of 1) sorted by relevance
1800 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local1801 if (operandConstant == nullptr) in fold()1810 operandConstant->getType(), operandConstant->getConstantValue(), mSwizzleOffsets.at(i)); in fold()1965 TIntermConstantUnion *operandConstant = mOperand->getAsConstantUnion(); in fold() local1966 if (operandConstant == nullptr) in fold()1989 constArray = operandConstant->foldUnaryNonComponentWise(mOp); in fold()1992 constArray = operandConstant->foldUnaryComponentWise(mOp, diagnostics); in fold()