Searched refs:isIntOrIndexOrFloat (Results 1 – 13 of 13) sorted by relevance
89 bool Type::isIntOrIndexOrFloat() const { return isIntOrFloat() || isIndex(); } in isIntOrIndexOrFloat() function in Type
978 if (!type.getElementType().isIntOrIndexOrFloat()) { in get()
30 if (!outputType.getElementType().isIntOrIndexOrFloat()) in matchAndRewrite()
130 assert(elementType.isIntOrIndexOrFloat() && in getZero()292 [](Type t) { return !t.isIntOrIndexOrFloat(); })) { in matchAndRewrite()
161 bool isIntOrIndexOrFloat() const;
374 return type.isIntOrIndexOrFloat() || in isValidElementType()
244 if (!elementType.isIntOrIndexOrFloat()) in matchAndRewrite()
533 (eltType.isIntOrIndexOrFloat() || eltType.isa<ComplexType>())) in getAttr()701 if (!elementType.isIntOrIndexOrFloat() && !elementType.isa<ComplexType>()) { in getHexAttr()
255 if (funcOp.getArgument(argIndex).getType().isIntOrIndexOrFloat()) in getDefaultABIAttrs()
929 if (varABIAttr.getStorageClass() && !valueType.isIntOrIndexOrFloat()) in verifyRegionAttribute()
394 if (!srcType.isIntOrIndexOrFloat()) in matchAndRewrite()
159 [](Type type) { return !type.isIntOrIndexOrFloat(); })) in hasOnlyScalarElementwiseOp()
97 return elementType.isIntOrIndexOrFloat(); in isSupportedCombiningKind()1688 if (srcType.isIntOrIndexOrFloat() && dstVectorType && in isBroadcastableTo()1740 if (operands[0].getType().isIntOrIndexOrFloat()) in fold()