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