Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp1136 SmallVector<Location, 4> matchLocs; in execute() local
1137 matchLocs.reserve(numMatchLocs); in execute()
1139 matchLocs.push_back(read<Operation *>()->getLoc()); in execute()
1140 Location matchLoc = rewriter.getFusedLoc(matchLocs); in execute()