Home
last modified time | relevance | path

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

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