Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp205 auto maybeCstUb = extractConstantIndex(ub); in onTheFlyFoldSLT() local
206 if (maybeCstV && maybeCstUb && *maybeCstV < *maybeCstUb) in onTheFlyFoldSLT()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp2121 auto maybeCstUb = extractConstantIndex(ub); in createScopedFoldedSLE() local
2122 if (maybeCstV && maybeCstUb && *maybeCstV < *maybeCstUb) in createScopedFoldedSLE()