Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp452 if (auto toIntTy{to.dyn_cast<mlir::IntegerType>()}) { in conversionBetweenTypes() local
453 return fromIntTy.getWidth() > toIntTy.getWidth() ? Conversion::Narrow in conversionBetweenTypes()