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