Lines Matching defs:fromTy
429 auto fromTy = val.getType();
430 if (fromTy == toTy)
433 if ((fir::isa_real(fromTy) || fir::isa_integer(fromTy)) &&
441 if (fir::isa_complex(fromTy) &&
448 if (mlir::isa<fir::BoxCharType>(fromTy)) {
469 if (fir::isa_ref_type(toTy) && fir::isa_box_type(fromTy)) {
473 fir::unwrapRefType(fir::unwrapPassByRefType(fromTy)) &&
477 if (fir::isa_ref_type(fromTy) && mlir::isa<fir::BoxProcType>(toTy)) {
487 if (((fir::isPolymorphicType(fromTy) &&
488 (fir::isAllocatableType(fromTy) || fir::isPointerType(fromTy)) &&
490 (fir::isPolymorphicType(fromTy) && mlir::isa<fir::BoxType>(toTy))) &&
491 !(fir::isUnlimitedPolymorphicType(fromTy) && fir::isAssumedType(toTy)))