Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11031 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSRL() local
11034 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()
11035 if (c1 + c2 >= InnerShiftSize) in visitSRL()
11045 c1 + c2 < InnerShiftSize) { in visitSRL()
11049 SDValue Mask = DAG.getConstant(APInt::getLowBitsSet(InnerShiftSize, in visitSRL()