Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11664 if (auto *ConstShift = dyn_cast<ConstantSDNode>(SRL.getOperand(1))) { in ReduceLoadWidth() local
11665 ShAmt = ConstShift->getZExtValue(); in ReduceLoadWidth()