Searched refs:hasSlowVGETLNi32 (Results 1 – 2 of 2) sorted by relevance
189 def HasFastVGETLNi32 : Predicate<"!Subtarget->hasSlowVGETLNi32()">;190 def HasSlowVGETLNi32 : Predicate<"Subtarget->hasSlowVGETLNi32()">;
653 bool hasSlowVGETLNi32() const { return HasSlowVGETLNi32; } in hasSlowVGETLNi32() function