Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DOperation.cpp748 static Type getTensorOrVectorElementType(Type type) { in getTensorOrVectorElementType() function
754 return getTensorOrVectorElementType(tensor.getElementType()); in getTensorOrVectorElementType()
777 auto type = getTensorOrVectorElementType(opType); in verifyOperandsAreSignlessIntegerLike()
786 auto type = getTensorOrVectorElementType(opType); in verifyOperandsAreFloatLike()
1004 auto elementType = getTensorOrVectorElementType(resultType); in verifyResultsAreBoolLike()
1015 if (!getTensorOrVectorElementType(resultType).isa<FloatType>()) in verifyResultsAreFloatLike()
1024 if (!getTensorOrVectorElementType(resultType).isSignlessIntOrIndex()) in verifyResultsAreSignlessIntegerLike()