Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp486 mlir::Value genDshiftl(mlir::Type, llvm::ArrayRef<mlir::Value>);
752 {"dshiftl", &I::genDshiftl},
2623 mlir::Value IntrinsicLibrary::genDshiftl(mlir::Type resultType, in genDshiftl() function in IntrinsicLibrary