Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9087 if (auto *ConstShift = dyn_cast<ConstantSDNode>(SRL.getOperand(1))) { in ReduceLoadWidth() local
9088 ShAmt = ConstShift->getZExtValue(); in ReduceLoadWidth()