Lines Matching defs:isRefChild
2782 bool isRefChild = false);
3623 bool isRefChild = context == RefDirectiveContext;
3627 failed(operand = parseTypeDirectiveOperand(loc, isRefChild)) ||
3649 OpFormatParser::parseTypeDirectiveOperand(SMLoc loc, bool isRefChild) {
3661 if (!isRefChild && (fmt.allOperandTypes || seenOperandTypes.test(opIdx)))
3664 if (isRefChild && !(fmt.allOperandTypes || seenOperandTypes.test(opIdx)))
3670 if (!isRefChild && (fmt.allResultTypes || seenResultTypes.test(resIdx)))
3673 if (isRefChild && !(fmt.allResultTypes || seenResultTypes.test(resIdx)))
3678 if (!isRefChild && (fmt.allOperandTypes || seenOperandTypes.any()))
3680 if (isRefChild && !fmt.allOperandTypes)
3685 if (!isRefChild && (fmt.allResultTypes || seenResultTypes.any()))
3687 if (isRefChild && !fmt.allResultTypes)