Searched refs:getTypeIfLikeOrMemRef (Results 1 – 1 of 1) sorted by relevance
814 static Type getTypeIfLikeOrMemRef(Type type) { in getTypeIfLikeOrMemRef() function1161 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()