Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShiftLeft

787   Instruction *ShiftLeft = cast<Instruction>(Op1);
788 if (isa<ZExtInst>(ShiftLeft))
789 ShiftLeft = cast<Instruction>(ShiftLeft->getOperand(0));
792 cast<Constant>(ShiftLeft->getOperand(0))->getUniqueInteger();
793 Value *N = ShiftLeft->getOperand(1);