Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp595 auto callableArgs = callableLatticeIt->second.getCallableArguments(); in visitCallOperation() local
596 for (auto it : llvm::zip(callOperands, callableArgs)) { in visitCallOperation()