Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/utils/TableGen/
DNeonEmitter.cpp1903 std::vector<Intrinsic *> GoodVec; in getIntrinsic() local
1939 GoodVec.push_back(&I); in getIntrinsic()
1942 assert_with_loc(!GoodVec.empty(), in getIntrinsic()
1944 assert_with_loc(GoodVec.size() == 1, "Multiple overloads found - " + ErrMsg); in getIntrinsic()
1946 return *GoodVec.front(); in getIntrinsic()