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

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  405   if (const auto *CI = dyn_cast<ConstantInt>(V)) {
  408   } else if (isa<AllocaInst>(V))
  409     Reg = fastMaterializeAlloca(cast<AllocaInst>(V));
  410   else if (isa<ConstantPointerNull>(V))
  414         Constant::getNullValue(DL.getIntPtrType(V->getContext())));
  415   else if (const auto *CF = dyn_cast<ConstantFP>(V)) {
  432             getRegForValue(ConstantInt::get(V->getContext(), SIntVal));
  438   } else if (const auto *Op = dyn_cast<Operator>(V)) {
  444   } else if (isa<UndefValue>(V)) {