Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4279 unsigned RevRot = IsLeft ? ISD::ROTR : ISD::ROTL; in expandROT() local
4280 if (isOperationLegal(RevRot, VT)) { in expandROT()
4282 Result = DAG.getNode(RevRot, DL, VT, Op0, Sub); in expandROT()