Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h614 constexpr Integer SHIFTRWithFill(const Integer &fill, int count) const { in SHIFTRWithFill() function
635 return value.SHIFTRWithFill(*this, count); in DSHIFTR()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp171 product.lower = product.lower.SHIFTRWithFill(product.upper, rshift); in Multiply()