Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp192 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask,
559 bool isShiftMask, unsigned &SH, in isRotateAndMask() argument
575 if (isShiftMask) Mask = Mask << Shift; in isRotateAndMask()
580 if (isShiftMask) Mask = Mask >> Shift; in isRotateAndMask()