Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp204 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask,
666 bool isShiftMask, unsigned &SH, in isRotateAndMask() argument
682 if (isShiftMask) Mask = Mask << Shift; in isRotateAndMask()
687 if (isShiftMask) Mask = Mask >> Shift; in isRotateAndMask()