Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNodePatternMatcher.h53 kArrayLengthMethod = 1u << 6u, enumerator
H A DIntermNodePatternMatcher.cpp65 if ((mMask & kArrayLengthMethod) != 0) in match()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.cpp1043 IntermNodePatternMatcher::kArrayLengthMethod, in checkAndSimplifyAST()
1085 if (!SplitSequenceOperator(this, root, IntermNodePatternMatcher::kArrayLengthMethod, in checkAndSimplifyAST()