Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getOpcode

269   if (Incr == 0 || Incr->getOpcode() != Instruction::FAdd) return;
751 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
752 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
881 unsigned Opcode = DU.NarrowUse->getOpcode();
908 BinaryOperator *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(),
929 if (DU.NarrowUse->getOpcode() != Instruction::Add)
1338 switch (IncI->getOpcode()) {
1356 if (IncI->getOpcode() == Instruction::GetElementPtr)