Lines Matching defs:CheckOperands
911 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error {
920 if (Error Err = CheckOperands(1))
925 if (Error Err = CheckOperands(0))
949 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error {
960 if (Error Err = CheckOperands(0))
964 if (Error Err = CheckOperands(1))
971 if (Error Err = CheckOperands(2))
977 if (Error Err = CheckOperands(1))
983 if (Error Err = CheckOperands(2))
990 if (Error Err = CheckOperands(2))
1010 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error {
1045 if (Error Err = CheckOperands(0))
1049 if (Error Err = CheckOperands(1))
1056 if (Error Err = CheckOperands(2))
1064 if (Error Err = CheckOperands(0))
1070 if (Error Err = CheckOperands(1))
1076 if (Error Err = CheckOperands(2))
1085 if (Error Err = CheckOperands(2))