Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp205 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask,
669 bool isShiftMask, unsigned &SH, in isRotateAndMask() argument
685 if (isShiftMask) Mask = Mask << Shift; in isRotateAndMask()
690 if (isShiftMask) Mask = Mask >> Shift; in isRotateAndMask()