Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp1543 struct OutputIntrinsic { struct
1544 const ACLEIntrinsic *Int;
1545 std::string Name;
1546 ComparableStringVector ParamValues;
1547 bool operator<(const OutputIntrinsic &rhs) const { in operator <()