Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9736 bool IsCopyOrSelect = BinOpLHSVal.getOpcode() == ISD::CopyFromReg || in visitShiftByConstant() local
9739 if (!IsShiftByConstant && !IsCopyOrSelect) in visitShiftByConstant()
9742 if (IsCopyOrSelect && N->hasOneUse()) in visitShiftByConstant()