Lines Matching refs:mOp
572 if (mOp == EOpCallBuiltInFunction) in setPrecisionAndQualifier()
644 switch (mOp) in setPrecisionForSpecialBuiltInOp()
668 ASSERT(mOp == EOpCallBuiltInFunction); in setBuiltInFunctionPrecision()
692 switch (mOp) in functionName()
699 return GetOperatorString(mOp); in functionName()
1045 TIntermAggregate *copyNode = new TIntermAggregate(mFunction, mType, mOp, copySeq); in shallowCopy()
1092 return IsAssignment(mOp); in isAssignment()
1097 switch (mOp) in isMultiplication()
1113 return (mOp == EOpConstruct); in isConstructor()
1118 switch (mOp) in isFunctionCall()
1223 if (mOp == EOpArrayLength) in promote()
1236 switch (mOp) in promote()
1535 mOp == GetMulOpBasedOnOperands(mLeft->getType(), mRight->getType())); in promote()
1539 if (mOp == EOpComma) in promote()
1559 switch (mOp) in promote()
1614 switch (mOp) in promote()
1648 switch (mOp) in promote()
1682 ASSERT(mOp == GetMulAssignOpBasedOnOperands(mLeft->getType(), mRight->getType())); in promote()
1818 switch (mOp) in fold()
1878 TIntermConstantUnion::FoldBinary(mOp, leftConstant, mLeft->getType(), rightConstant, in fold()
1891 switch (mOp) in hasConstantValue()
1918 if (mOp == EOpIndexDirect) in getConstantValue()
1925 ASSERT(mOp == EOpIndexDirectStruct); in getConstantValue()
1940 ASSERT(mOp == EOpIndexDirectStruct); in getIndexStructFieldName()
1953 if (mOp == EOpArrayLength) in fold()
1971 switch (mOp) in fold()
1989 constArray = operandConstant->foldUnaryNonComponentWise(mOp); in fold()
1992 constArray = operandConstant->foldUnaryComponentWise(mOp, diagnostics); in fold()
2047 else if (CanFoldAggregateBuiltInOp(mOp)) in fold()