Searched refs:hasActiveVectorLength (Results 1 – 3 of 3) sorted by relevance
1370 bool hasActiveVectorLength() const;1712 virtual bool hasActiveVectorLength() const = 0;2280 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function2281 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
755 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
1047 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo1048 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()