Searched refs:argBinary (Results 1 – 1 of 1) sorted by relevance
47 void replaceMathInsideConstructor(TIntermAggregate *node, TIntermBinary *argBinary);49 const TIntermBinary *argBinary);132 TIntermBinary *argBinary) in replaceMathInsideConstructor() argument139 TIntermTyped *left = argBinary->getLeft(); in replaceMathInsideConstructor()140 TIntermTyped *right = argBinary->getRight(); in replaceMathInsideConstructor()151 TIntermBinary *newArg = new TIntermBinary(argBinary->getOp(), leftVectorized, rightVectorized); in replaceMathInsideConstructor()152 queueReplacementWithParent(node, argBinary, newArg, OriginalNode::IS_DROPPED); in replaceMathInsideConstructor()157 const TIntermBinary *argBinary) in replaceAssignInsideConstructor() argument168 TIntermTyped *left = argBinary->getLeft(); in replaceAssignInsideConstructor()169 TIntermTyped *right = argBinary->getRight(); in replaceAssignInsideConstructor()[all …]