Home
last modified time | relevance | path

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

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