Searched refs:shiftArg (Results 1 – 2 of 2) sorted by relevance
1222 int64_t shiftArg = 0; in matchAndRewrite() local1237 shiftArg = indexingMaps.size() - 1; in matchAndRewrite()1268 Value shift = shiftConstant ? shiftConstant : blockArgs[shiftArg]; in matchAndRewrite()
2404 if (const auto &shiftArg{call.arguments[1]}) { in ApplySpecificChecks() local2405 if (auto shiftVal{ToInt64(shiftArg->UnwrapExpr())}) { in ApplySpecificChecks()2408 context.messages().Say(shiftArg->sourceLocation(), in ApplySpecificChecks()