Searched refs:specConstantPropagates (Results 1 – 2 of 2) sorted by relevance
159 …if (specConstantPropagates(*node->getLeft(), *node->getRight()) && isSpecializationOperation(*node… in addBinaryMath()2356 if ((cond->getQualifier().isConstant() && specConstantPropagates(*trueBlock, *falseBlock)) || in addSelection()3846 bool TIntermediate::specConstantPropagates(const TIntermTyped& node1, const TIntermTyped& node2) in specConstantPropagates() function in glslang::TIntermediate
742 bool specConstantPropagates(const TIntermTyped&, const TIntermTyped&);