Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8739 bool IsCopyOrSelect = BinOpLHSVal.getOpcode() == ISD::CopyFromReg || in visitShiftByConstant() local
8742 if (!IsShiftByConstant && !IsCopyOrSelect) in visitShiftByConstant()
8745 if (IsCopyOrSelect && N->hasOneUse()) in visitShiftByConstant()