Lines Matching defs:getOpcode

115     return (I->getOpcode() == Instruction::Alloca);
235 return I->getOpcode() == Instruction::Load;
357 return I->getOpcode() == Instruction::Store;
429 return I->getOpcode() == Instruction::Fence;
529 return I->getOpcode() == Instruction::AtomicCmpXchg;
673 return I->getOpcode() == Instruction::AtomicRMW;
852 return (I->getOpcode() == Instruction::GetElementPtr);
1034 return I->getOpcode() == Instruction::ICmp;
1144 return I->getOpcode() == Instruction::FCmp;
1361 return I->getOpcode() == Instruction::Call;
1460 OtherOps getOpcode() const {
1461 return static_cast<OtherOps>(Instruction::getOpcode());
1467 return I->getOpcode() == Instruction::Select;
1510 return I->getOpcode() == VAArg;
1564 return I->getOpcode() == Instruction::ExtractElement;
1623 return I->getOpcode() == Instruction::InsertElement;
1704 return I->getOpcode() == Instruction::ShuffleVector;
1800 return I->getOpcode() == Instruction::ExtractValue;
1922 return I->getOpcode() == Instruction::InsertValue;
2139 return I->getOpcode() == Instruction::PHI;
2247 return I->getOpcode() == Instruction::LandingPad;
2316 return (I->getOpcode() == Instruction::Ret);
2416 return (I->getOpcode() == Instruction::Br);
2710 return I->getOpcode() == Instruction::Switch;
2809 return I->getOpcode() == Instruction::IndirectBr;
3017 return (I->getOpcode() == Instruction::Invoke);
3097 return I->getOpcode() == Instruction::Resume;
3142 return I->getOpcode() == Instruction::Unreachable;
3183 return I->getOpcode() == Trunc;
3220 return I->getOpcode() == ZExt;
3257 return I->getOpcode() == SExt;
3294 return I->getOpcode() == FPTrunc;
3331 return I->getOpcode() == FPExt;
3368 return I->getOpcode() == UIToFP;
3405 return I->getOpcode() == SIToFP;
3442 return I->getOpcode() == FPToUI;
3479 return I->getOpcode() == FPToSI;
3515 return I->getOpcode() == IntToPtr;
3552 return I->getOpcode() == PtrToInt;
3589 return I->getOpcode() == BitCast;