Searched refs:isa_integer (Results 1 – 9 of 9) sorted by relevance
109 inline bool isa_integer(mlir::Type t) { in isa_integer() function132 return isa_integer(t) || isa_real(t) || isa_complex(t) || in isa_trivial()
23 def IntegerTypePred : Constraint<CPred<"fir::isa_integer($0.getType())">>;
920 if (!(fir::isa_real(eleTy) || fir::isa_integer(eleTy))) in verify()926 return isa_real(t) || isa_integer(t); in isValidElementType()934 fir::isa_integer(tuple.getType(1)); in isCharacterProcedureTuple()
1162 if (!fir::isa_integer(lp.getType())) in verify()3534 valid = i < end && fir::isa_integer((*i++).getType()); in applyPathToType()3546 if (fir::isa_integer(x.getType())) in applyPathToType()3552 if (fir::isa_integer((*i++).getType())) in applyPathToType()
204 assert(fir::isa_integer(i.value().getType())); in originateIndices()
280 if ((fir::isa_real(fromTy) || fir::isa_integer(fromTy)) && in convertWithSemantics()291 (fir::isa_integer(toTy) || fir::isa_real(toTy))) { in convertWithSemantics()1208 if (fir::isa_integer(type)) in createZeroValue()
1210 if (fir::isa_integer(boxEleTy)) {
4288 } else if (fir::isa_integer(type)) { in createExtremumCompare()
5268 !(fir::isa_ref_type(valTy) && fir::isa_integer(ty))) in genarr()