Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1544 struct OutputIntrinsic { struct
1545 const ACLEIntrinsic *Int;
1546 std::string Name;
1547 ComparableStringVector ParamValues;
1548 bool operator<(const OutputIntrinsic &rhs) const { in operator <()