Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8774 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSRL() local
8777 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()
8779 if (c1 + c2 >= InnerShiftSize) in visitSRL()
8789 c1 + c2 < InnerShiftSize) { in visitSRL()
8794 SDValue Mask = DAG.getConstant(APInt::getLowBitsSet(InnerShiftSize, in visitSRL()