Searched refs:GoodVec (Results 1 – 1 of 1) sorted by relevance
1865 std::vector<Intrinsic *> GoodVec; in getIntrinsic() local1900 GoodVec.push_back(&I); in getIntrinsic()1903 assert_with_loc(GoodVec.size() > 0, in getIntrinsic()1905 assert_with_loc(GoodVec.size() == 1, "Multiple overloads found - " + ErrMsg); in getIntrinsic()1907 return *GoodVec.front(); in getIntrinsic()