Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14516 auto *SRL1C = dyn_cast<ConstantSDNode>(SRL.getOperand(1)); in reduceLoadWidth() local
14517 if (!SRL1C || !LN) in reduceLoadWidth()
14523 ShAmt = SRL1C->getZExtValue(); in reduceLoadWidth()