Searched refs:OurVT (Results 1 – 1 of 1) sorted by relevance
900 for (const ValueTypeByHwMode &OurVT : VTs) { in hasType() local901 if (llvm::count_if(OurVT, [T](auto &&P) { return P.second == T; })) in hasType()