Searched refs:fromIntTy (Results 1 – 1 of 1) sorted by relevance
451 if (auto fromIntTy{from.dyn_cast<mlir::IntegerType>()}) { in conversionBetweenTypes() local453 return fromIntTy.getWidth() > toIntTy.getWidth() ? Conversion::Narrow in conversionBetweenTypes()