Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCustomIntrinsicCall.h65 using OperandGetter = std::function<fir::ExtendedValue(std::size_t)>; variable
94 const OperandGetter &getOperand, std::size_t numOperands,
/llvm-project-15.0.7/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp119 const Fortran::lower::OperandGetter &getOperand, in lowerMinOrMax()
190 const Fortran::lower::OperandGetter &getOperand, in lowerIshftc()
244 const OperandGetter &getOperand, std::size_t numOperands, in lowerCustomIntrinsic()