Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShiftLeft

982   Instruction *ShiftLeft = cast<Instruction>(Op1);
983 if (isa<ZExtInst>(ShiftLeft))
984 ShiftLeft = cast<Instruction>(ShiftLeft->getOperand(0));
987 cast<Constant>(ShiftLeft->getOperand(0))->getUniqueInteger();
988 Value *N = ShiftLeft->getOperand(1);