Home
last modified time | relevance | path

Searched refs:fromIntTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1368 if (auto fromIntTy{from.dyn_cast<mlir::IntegerType>()}) { in conversionBetweenTypes() local
1370 return fromIntTy.getWidth() > toIntTy.getWidth() ? Conversion::Narrow in conversionBetweenTypes()