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

References

lib/Target/PowerPC/PPCFastISel.cpp
  313   if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
  316     if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
  321   } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
  391       const AllocaInst *AI = cast<AllocaInst>(Obj);
  411     Addr.Base.Reg = getRegForValue(Obj);