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