Searched defs:isScalable (Results 1 – 5 of 5) sorted by relevance
169 bool isScalable() const { return (Value & ScalableBit); } in isScalable() function
171 constexpr bool isScalable() const { return Scalable; } in isScalable() function [all...]
2777 bool isScalable() const { return Type == PPR || Type == ZPR; } isScalable() function
7815 bool isScalable = VA.getValVT().isScalableVT(); LowerCall() local [all...]