Searched refs:isLegalType (Results 1 – 3 of 3) sorted by relevance
117 return VulkanLayoutUtils::isLegalType(op.type()); in runOnOperation()122 return VulkanLayoutUtils::isLegalType(op.pointer().getType()); in runOnOperation()130 if (addrOp && !VulkanLayoutUtils::isLegalType(addrOp.pointer().getType())) in runOnOperation()
60 static bool isLegalType(Type type);
159 bool VulkanLayoutUtils::isLegalType(Type type) { in isLegalType() function in VulkanLayoutUtils