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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp722 uint64_t InnerShAmt = cast<ConstantSDNode>(InnerOp.getOperand(1)) local
724 if (InnerShAmt < ShAmt &&
725 InnerShAmt < InnerBits &&
726 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 &&
729 TLO.DAG.getConstant(ShAmt - InnerShAmt, dl,

Completed in 84 milliseconds