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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3110 SDValue YShl1 = DAG.getNode(ISD::SHL, DL, N1.getValueType(), Y, One); local
3112 DCI.AddToWorklist(YShl1.getNode());
3113 return DAG.getSetCC(DL, VT, X, YShl1, Cond);

Completed in 310 milliseconds