Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp199 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask,
657 bool isShiftMask, unsigned &SH, in isRotateAndMask() argument
673 if (isShiftMask) Mask = Mask << Shift; in isRotateAndMask()
678 if (isShiftMask) Mask = Mask >> Shift; in isRotateAndMask()