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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7962 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); local
7965 if (c1 + OpSizeInBits == InnerShiftSize) {
7967 if (c1 + c2 >= InnerShiftSize)
7977 c1 + c2 < InnerShiftSize) {
7982 SDValue Mask = DAG.getConstant(APInt::getLowBitsSet(InnerShiftSize,

Completed in 131 milliseconds