Home
last modified time | relevance | path

Searched refs:POPPAR (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp83 MATCH(popcheck & 1, a.POPPAR())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
/external/llvm-project/flang/lib/Evaluate/
Dfold-integer.cpp365 return Scalar<T>{i.POPPAR() ? 1 : 0}; in FoldIntrinsicFunction()
/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h416 constexpr bool POPPAR() const { return POPCNT() & 1; } in POPPAR() function