Searched refs:isTypeArray (Results 1 – 4 of 4) sorted by relevance
133 SPIRVType::isTypeArray() const { in isTypeArray() function in SPIRV::SPIRVType144 return isTypeVector() || isTypeArray() || isTypeStruct(); in isTypeComposite()
81 bool isTypeArray() const;
1311 assert(getValueType(Composite)->isTypeArray() ||1353 assert(getValueType(Composite)->isTypeArray() ||
2018 int Dim = EleTy->isTypeArray() ? EleTy->getArrayLength() : 1; in getOCLBuiltinName()2023 (EleTy->isTypeArray() && Dim >= 2 && Dim <= 3)); in getOCLBuiltinName()