Searched refs:CheckOperands (Results 1 – 2 of 2) sorted by relevance
937 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local946 if (Error Err = CheckOperands(1)) in writeDWARFExpression()951 if (Error Err = CheckOperands(0)) in writeDWARFExpression()975 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local986 if (Error Err = CheckOperands(0)) in writeListEntry()990 if (Error Err = CheckOperands(1)) in writeListEntry()997 if (Error Err = CheckOperands(2)) in writeListEntry()1003 if (Error Err = CheckOperands(1)) in writeListEntry()1009 if (Error Err = CheckOperands(2)) in writeListEntry()1016 if (Error Err = CheckOperands(2)) in writeListEntry()[all …]
22117 auto CheckOperands = [&](Instruction *TreeN, in matchAssociativeReduction() local22192 CheckOperands(TreeN, PossibleRedVals, PossibleReductionOps, Level); in matchAssociativeReduction()