Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCustomIntrinsicCall.h56 using OperandPresent = std::function<llvm::Optional<mlir::Value>(std::size_t)>; variable
93 const OperandPresent &isPresentCheck,
/llvm-project-15.0.7/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp118 const Fortran::lower::OperandPresent &isPresentCheck, in lowerMinOrMax()
189 const Fortran::lower::OperandPresent &isPresentCheck, in lowerIshftc()
243 llvm::Optional<mlir::Type> retTy, const OperandPresent &isPresentCheck, in lowerCustomIntrinsic()