Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4267 SDValue YShl1 = DAG.getNode(ISD::SHL, DL, N1.getValueType(), Y, One); in foldSetCCWithBinOp() local
4269 DCI.AddToWorklist(YShl1.getNode()); in foldSetCCWithBinOp()
4270 return DAG.getSetCC(DL, VT, X, YShl1, Cond); in foldSetCCWithBinOp()