Searched defs:isOutput (Results 1 – 4 of 4) sorted by relevance
94 isOutput, // '=x' enumerator
201 bool Dependence::isOutput() const { in isOutput() function in Dependence
4600 bool isOutput = (i == 1) && Desc.mayStore(); in parseMSInlineAsm() local
4719 bool isOutput = (Constraint[0] == '='); in validateConstraintModifier() local