Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp814 static Type getTypeIfLikeOrMemRef(Type type) { in getTypeIfLikeOrMemRef() function
1161 auto srcType = getTypeIfLikeOrMemRef<IntegerType, IndexType>(inputs.front()); in areCastCompatible()
1162 auto dstType = getTypeIfLikeOrMemRef<IntegerType, IndexType>(outputs.front()); in areCastCompatible()
1194 getTypeIfLikeOrMemRef<IntegerType, IndexType, FloatType>(inputs.front()); in areCastCompatible()
1196 getTypeIfLikeOrMemRef<IntegerType, IndexType, FloatType>(outputs.front()); in areCastCompatible()