reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Instruction.cpp
  381   assert(I1->getOpcode() == I2->getOpcode() &&
  384   if (const AllocaInst *AI = dyn_cast<AllocaInst>(I1))
  388   if (const LoadInst *LI = dyn_cast<LoadInst>(I1))
  394   if (const StoreInst *SI = dyn_cast<StoreInst>(I1))
  400   if (const CmpInst *CI = dyn_cast<CmpInst>(I1))
  402   if (const CallInst *CI = dyn_cast<CallInst>(I1))
  407   if (const InvokeInst *CI = dyn_cast<InvokeInst>(I1))
  411   if (const CallBrInst *CI = dyn_cast<CallBrInst>(I1))
  415   if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(I1))
  417   if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(I1))
  419   if (const FenceInst *FI = dyn_cast<FenceInst>(I1))
  422   if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(I1))
  431   if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I1))