Lines Matching full:instruction
240 case Instruction::IntToPtr:
241 case Instruction::PtrToInt:
242 case Instruction::BitCast:
244 case Instruction::GetElementPtr:
458 log->Printf("Unsupported instruction: %s", PrintValue(ii).c_str());
463 case Instruction::Add:
464 case Instruction::Alloca:
465 case Instruction::BitCast:
466 case Instruction::Br:
467 case Instruction::GetElementPtr:
469 case Instruction::ICmp:
505 case Instruction::And:
506 case Instruction::AShr:
507 case Instruction::IntToPtr:
508 case Instruction::PtrToInt:
509 case Instruction::Load:
510 case Instruction::LShr:
511 case Instruction::Mul:
512 case Instruction::Or:
513 case Instruction::Ret:
514 case Instruction::SDiv:
515 case Instruction::SExt:
516 case Instruction::Shl:
517 case Instruction::SRem:
518 case Instruction::Store:
519 case Instruction::Sub:
520 case Instruction::UDiv:
521 case Instruction::URem:
522 case Instruction::Xor:
523 case Instruction::ZExt:
608 const Instruction *inst = frame.m_ii;
617 case Instruction::Add:
618 case Instruction::Sub:
619 case Instruction::Mul:
620 case Instruction::SDiv:
621 case Instruction::UDiv:
622 case Instruction::SRem:
623 case Instruction::URem:
624 case Instruction::Shl:
625 case Instruction::LShr:
626 case Instruction::AShr:
627 case Instruction::And:
628 case Instruction::Or:
629 case Instruction::Xor:
636 log->Printf("getOpcode() returns %s, but instruction is not a BinaryOperator", inst->getOpcodeName());
672 case Instruction::Add:
675 case Instruction::Mul:
678 case Instruction::Sub:
681 case Instruction::SDiv:
686 case Instruction::UDiv:
689 case Instruction::SRem:
694 case Instruction::URem:
697 case Instruction::Shl:
700 case Instruction::AShr:
703 case Instruction::LShr:
707 case Instruction::And:
710 case Instruction::Or:
713 case Instruction::Xor:
729 case Instruction::Alloca:
736 log->Printf("getOpcode() returns Alloca, but instruction is not an AllocaInst");
807 case Instruction::BitCast:
808 case Instruction::ZExt:
815 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
837 case Instruction::SExt:
844 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
870 case Instruction::Br:
877 log->Printf("getOpcode() returns Br, but instruction is not a BranchInst");
920 case Instruction::GetElementPtr:
927 log->Printf("getOpcode() returns GetElementPtr, but instruction is not a GetElementPtrInst");
997 case Instruction::ICmp:
1004 log->Printf("getOpcode() returns ICmp, but instruction is not an ICmpInst");
1093 case Instruction::IntToPtr:
1100 log->Printf("getOpcode() returns IntToPtr, but instruction is not an IntToPtrInst");
1129 case Instruction::PtrToInt:
1136 log->Printf("getOpcode() returns PtrToInt, but instruction is not an PtrToIntInst");
1165 case Instruction::Load:
1172 log->Printf("getOpcode() returns Load, but instruction is not a LoadInst");
1266 case Instruction::Ret:
1270 case Instruction::Store:
1277 log->Printf("getOpcode() returns Store, but instruction is not a StoreInst");