Home
last modified time | relevance | path

Searched refs:GoodVec (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
DNeonEmitter.cpp1848 std::vector<Intrinsic *> GoodVec; in getIntrinsic() local
1883 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()