Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp79 SMLoc minLoc = parser.getCurrentLocation(), maxLoc; in parseStorageRange() local
85 return parser.emitError(minLoc, "illegal storage type minimum: ") in parseStorageRange()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp578 unsigned minLoc = start; in getBestVarToEliminate() local
584 minLoc = c; in getBestVarToEliminate()
587 return minLoc; in getBestVarToEliminate()