Searched refs:flc (Results 1 – 1 of 1) sorted by relevance
822 if (auto flc = loc.dyn_cast<mlir::FileLineColLoc>()) { in locationToFilename() local824 auto fn = flc.getFilename().str() + '\0'; in locationToFilename()833 if (auto flc = loc.dyn_cast<mlir::FileLineColLoc>()) in locationToLineNo() local834 return builder.createIntegerConstant(loc, type, flc.getLine()); in locationToLineNo()