Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShiftLeft

996   Instruction *ShiftLeft = cast<Instruction>(Op1);
997 if (isa<ZExtInst>(ShiftLeft))
998 ShiftLeft = cast<Instruction>(ShiftLeft->getOperand(0));
1001 cast<Constant>(ShiftLeft->getOperand(0))->getUniqueInteger();
1002 Value *N = ShiftLeft->getOperand(1);