Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h600 constexpr Integer SHIFTLWithFill(const Integer &fill, int count) const { in SHIFTLWithFill() function
630 return SHIFTLWithFill(fill, count); in DSHIFTL()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp186 product.upper = product.upper.SHIFTLWithFill(product.lower, lshift); in Multiply()