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