Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp579 if (Value callableValue = op.getCallableForCallee().dyn_cast<Value>()) in visitCallOperation() local
580 callableOp = callableValue.getDefiningOp(); in visitCallOperation()