Searched refs:CheckOperands (Results 1 – 2 of 2) sorted by relevance
911 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local920 if (Error Err = CheckOperands(1)) in writeDWARFExpression()925 if (Error Err = CheckOperands(0)) in writeDWARFExpression()949 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local960 if (Error Err = CheckOperands(0)) in writeListEntry()964 if (Error Err = CheckOperands(1)) in writeListEntry()971 if (Error Err = CheckOperands(2)) in writeListEntry()977 if (Error Err = CheckOperands(1)) in writeListEntry()983 if (Error Err = CheckOperands(2)) in writeListEntry()990 if (Error Err = CheckOperands(2)) in writeListEntry()[all …]
17004 auto CheckOperands = [&](Instruction *TreeN, in matchAssociativeReduction() local 17081 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()