Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2938 auto getShiftLeftAmt = [&HighMask](SDValue Mul) -> unsigned { in SimplifyDemandedBits() local
2965 if (unsigned ShAmt = getShiftLeftAmt(Op0)) in SimplifyDemandedBits()
2968 if (unsigned ShAmt = getShiftLeftAmt(Op1)) in SimplifyDemandedBits()
2973 if (unsigned ShAmt = getShiftLeftAmt(Op1)) in SimplifyDemandedBits()