Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dtransformational.h34 void RTNAME(Cshift)(Descriptor &result, const Descriptor &source,
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTransformational.cpp29 RTNAME(Cshift)(result, *array, *shift3, 1, __FILE__, __LINE__); in TEST()
48 RTNAME(Cshift)(result, *array, *shift2, 2, __FILE__, __LINE__); in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp26 auto cshiftFunc = fir::runtime::getRuntimeFunc<mkRTKey(Cshift)>(loc, builder); in genCshift()
/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp139 void RTNAME(Cshift)(Descriptor &result, const Descriptor &source, in RTNAME() argument