Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15473 unsigned ShLeftAmt = 0; in reduceLoadWidth() local
15477 ShLeftAmt = N01->getZExtValue(); in reduceLoadWidth()
15556 if (ShLeftAmt != 0) { in reduceLoadWidth()
15561 if (ShLeftAmt >= VT.getScalarSizeInBits()) in reduceLoadWidth()
15565 DAG.getShiftAmountConstant(ShLeftAmt, VT, DL)); in reduceLoadWidth()