Searched refs:GoodVec (Results 1 – 1 of 1) sorted by relevance
1848 std::vector<Intrinsic *> GoodVec; in getIntrinsic() local1883 GoodVec.push_back(I); in getIntrinsic()1886 assert_with_loc(GoodVec.size() > 0, in getIntrinsic()1888 assert_with_loc(GoodVec.size() == 1, "Multiple overloads found - " + ErrMsg); in getIntrinsic()1890 return GoodVec.front(); in getIntrinsic()