Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h597 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator
627 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()
652 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()