Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Utils/
H A DUtils.cpp68 bool valueIsIndex = value.getType().isIndex(); in getValueOrCreateCastToIndexLike() local
69 if (targetIsIndex ^ valueIsIndex) in getValueOrCreateCastToIndexLike()