Searched refs:getTypeIfLike (Results 1 – 1 of 1) sorted by relevance
807 static Type getTypeIfLike(Type type) { in getTypeIfLike() function861 auto srcType = getTypeIfLike<ElementTypes...>(inputs.front()); in checkWidthChangeCast()862 auto dstType = getTypeIfLike<ElementTypes...>(outputs.front()); in checkWidthChangeCast()1043 auto srcType = getTypeIfLike<From>(inputs.front()); in checkIntFloatCast()1044 auto dstType = getTypeIfLike<To>(outputs.back()); in checkIntFloatCast()