Home
last modified time | relevance | path

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

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