Lines Matching refs:getOpcode
294 if (Incr == nullptr || Incr->getOpcode() != Instruction::FAdd) return;
632 unsigned Opc = UseInstr->getOpcode();
645 unsigned PhiOpc = cast<Instruction>(*PB)->getOpcode();
789 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
790 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
946 unsigned Opcode = DU.NarrowUse->getOpcode();
987 auto *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(), LHS, RHS,
1037 switch (NarrowUse->getOpcode()) {
1078 auto *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(), LHS, RHS,
1106 const unsigned OpCode = DU.NarrowUse->getOpcode();
1567 switch (IncI->getOpcode()) {
1585 if (IncI->getOpcode() == Instruction::GetElementPtr)