Searched refs:RLAmt1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2011 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; local
2012 if (RLAmt1)
2013 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63);
2061 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; local
2062 if (RLAmt1)
2063 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63);

Completed in 176 milliseconds