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.cpp14585 unsigned ShLeftAmt = 0; in reduceLoadWidth() local
14589 ShLeftAmt = N01->getZExtValue(); in reduceLoadWidth()
14644 if (ShLeftAmt != 0) { in reduceLoadWidth()
14649 if (ShLeftAmt >= VT.getScalarSizeInBits()) in reduceLoadWidth()
14653 DAG.getShiftAmountConstant(ShLeftAmt, VT, DL)); in reduceLoadWidth()