Searched refs:GoodVec (Results 1 – 1 of 1) sorted by relevance
1900 std::vector<Intrinsic *> GoodVec; in getIntrinsic() local1936 GoodVec.push_back(&I); in getIntrinsic()1939 assert_with_loc(!GoodVec.empty(), in getIntrinsic()1941 assert_with_loc(GoodVec.size() == 1, "Multiple overloads found - " + ErrMsg); in getIntrinsic()1943 return *GoodVec.front(); in getIntrinsic()