Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp807 static Type getTypeIfLike(Type type) { in getTypeIfLike() function
861 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()