Home
last modified time | relevance | path

Searched refs:UnfoldOR (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DUnfoldShortCircuitAST.cpp20 TIntermTernary *UnfoldOR(TIntermTyped *x, TIntermTyped *y) in UnfoldOR() function
50 replacement = UnfoldOR(node->getLeft(), node->getRight()); in visitBinary()