Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getArrayLength

696         T->getArrayLength()));
2018 int Dim = EleTy->isTypeArray() ? EleTy->getArrayLength() : 1;