Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Interfaces/
DCallInterfaces.cpp24 if (auto symbolVal = callable.dyn_cast<Value>()) in resolveCallable() local
25 return symbolVal.getDefiningOp(); in resolveCallable()