Searched refs:CI_HasMatchingInput (Results 1 – 2 of 2) sorted by relevance
597 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator627 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()652 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()
909 CI_HasMatchingInput = 0x08, // This output operand has a matching input. enumerator941 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput()969 void setHasMatchingInput() { Flags |= CI_HasMatchingInput; } in setHasMatchingInput()