Lines Matching refs:opnd
608 for (auto& opnd : operands_) in ForEachId()
609 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
614 for (const auto& opnd : operands_) in ForEachId() local
615 if (spvIsIdType(opnd.type)) f(&opnd.words[0]); in ForEachId()
620 for (auto& opnd : operands_) { in WhileEachInId()
621 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
622 if (!f(&opnd.words[0])) return false; in WhileEachInId()
630 for (const auto& opnd : operands_) { in WhileEachInId() local
631 if (spvIsInIdType(opnd.type)) { in WhileEachInId()
632 if (!f(&opnd.words[0])) return false; in WhileEachInId()
655 for (auto& opnd : operands_) { in WhileEachInOperand()
656 switch (opnd.type) { in WhileEachInOperand()
661 if (!f(&opnd.words[0])) return false; in WhileEachInOperand()
670 for (const auto& opnd : operands_) { in WhileEachInOperand() local
671 switch (opnd.type) { in WhileEachInOperand()
676 if (!f(&opnd.words[0])) return false; in WhileEachInOperand()