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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp665 uint64_t InnerShAmt = cast<ConstantSDNode>(InnerOp.getOperand(1)) local
667 if (InnerShAmt < ShAmt &&
668 InnerShAmt < InnerBits &&
669 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 &&
672 TLO.DAG.getConstant(ShAmt - InnerShAmt,

Completed in 79 milliseconds