Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1008 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
1040 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
1067 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()