Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp487 mlir::Value genDshiftr(mlir::Type, llvm::ArrayRef<mlir::Value>);
753 {"dshiftr", &I::genDshiftr},
2647 mlir::Value IntrinsicLibrary::genDshiftr(mlir::Type resultType, in genDshiftr() function in IntrinsicLibrary