Home
last modified time | relevance | path

Searched refs:shiftArg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1222 int64_t shiftArg = 0; in matchAndRewrite() local
1237 shiftArg = indexingMaps.size() - 1; in matchAndRewrite()
1268 Value shift = shiftConstant ? shiftConstant : blockArgs[shiftArg]; in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp2404 if (const auto &shiftArg{call.arguments[1]}) { in ApplySpecificChecks() local
2405 if (auto shiftVal{ToInt64(shiftArg->UnwrapExpr())}) { in ApplySpecificChecks()
2408 context.messages().Say(shiftArg->sourceLocation(), in ApplySpecificChecks()