Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp1527 struct OutputIntrinsic { struct
1528 const ACLEIntrinsic *Int;
1529 std::string Name;
1530 ComparableStringVector ParamValues;
1531 bool operator<(const OutputIntrinsic &rhs) const { in operator <()