Searched refs:fusedLoc (Results 1 – 4 of 4) sorted by relevance
76 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in get() local77 if (fusedLoc.getMetadata() == metadata) { in get()80 decomposedLocs.insert(fusedLoc.getLocations().begin(), in get()81 fusedLoc.getLocations().end()); in get()
375 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in getFileLineColLoc() local392 if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in getCallSiteLoc() local
84 auto fusedLoc = FusedLoc::get( in matchAndRewrite() local88 rewriter.create<ConstantOp>(fusedLoc, newConstValueType, newConstValue); in matchAndRewrite()
153 } else if (auto fusedLoc = loc.dyn_cast<FusedLoc>()) { in translateLoc() local154 ArrayRef<Location> locations = fusedLoc.getLocations(); in translateLoc()