• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/include/llvm/

Lines Matching defs:getOpcode

117     return (I->getOpcode() == Instruction::Alloca);
237 return I->getOpcode() == Instruction::Load;
359 return I->getOpcode() == Instruction::Store;
431 return I->getOpcode() == Instruction::Fence;
531 return I->getOpcode() == Instruction::AtomicCmpXchg;
675 return I->getOpcode() == Instruction::AtomicRMW;
854 return (I->getOpcode() == Instruction::GetElementPtr);
1036 return I->getOpcode() == Instruction::ICmp;
1146 return I->getOpcode() == Instruction::FCmp;
1368 return I->getOpcode() == Instruction::Call;
1467 OtherOps getOpcode() const {
1468 return static_cast<OtherOps>(Instruction::getOpcode());
1474 return I->getOpcode() == Instruction::Select;
1517 return I->getOpcode() == VAArg;
1571 return I->getOpcode() == Instruction::ExtractElement;
1630 return I->getOpcode() == Instruction::InsertElement;
1711 return I->getOpcode() == Instruction::ShuffleVector;
1807 return I->getOpcode() == Instruction::ExtractValue;
1929 return I->getOpcode() == Instruction::InsertValue;
2146 return I->getOpcode() == Instruction::PHI;
2254 return I->getOpcode() == Instruction::LandingPad;
2323 return (I->getOpcode() == Instruction::Ret);
2423 return (I->getOpcode() == Instruction::Br);
2834 return I->getOpcode() == Instruction::Switch;
2933 return I->getOpcode() == Instruction::IndirectBr;
3146 return (I->getOpcode() == Instruction::Invoke);
3226 return I->getOpcode() == Instruction::Resume;
3271 return I->getOpcode() == Instruction::Unreachable;
3312 return I->getOpcode() == Trunc;
3349 return I->getOpcode() == ZExt;
3386 return I->getOpcode() == SExt;
3423 return I->getOpcode() == FPTrunc;
3460 return I->getOpcode() == FPExt;
3497 return I->getOpcode() == UIToFP;
3534 return I->getOpcode() == SIToFP;
3571 return I->getOpcode() == FPToUI;
3608 return I->getOpcode() == FPToSI;
3644 return I->getOpcode() == IntToPtr;
3681 return I->getOpcode() == PtrToInt;
3718 return I->getOpcode() == BitCast;