Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp891 LogicalResult remapValues(StringRef valueDiagTag, Optional<Location> inputLoc,
1256 StringRef valueDiagTag, Optional<Location> inputLoc, in remapValues() argument
1273 Location operandLoc = inputLoc ? *inputLoc : operand.getLoc(); in remapValues()
1297 Location operandLoc = inputLoc ? *inputLoc : operand.getLoc(); in remapValues()