Home
last modified time | relevance | path

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

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