Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp198 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask,
643 bool isShiftMask, unsigned &SH, in isRotateAndMask() argument
659 if (isShiftMask) Mask = Mask << Shift; in isRotateAndMask()
664 if (isShiftMask) Mask = Mask >> Shift; in isRotateAndMask()