Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11861 if (auto *ConstShift = dyn_cast<ConstantSDNode>(SRL.getOperand(1))) { in ReduceLoadWidth() local
11862 ShAmt = ConstShift->getZExtValue(); in ReduceLoadWidth()