Home
last modified time | relevance | path

Searched defs:OutputIntrinsic (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp1538 struct OutputIntrinsic { struct
1539 const ACLEIntrinsic *Int;
1540 std::string Name;
1541 ComparableStringVector ParamValues;
1542 bool operator<(const OutputIntrinsic &rhs) const { in operator <()