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

References

lib/Transforms/Utils/ValueMapper.cpp
  412   if (!C)
  415   if (BlockAddress *BA = dyn_cast<BlockAddress>(C))
  428   unsigned OpNo = 0, NumOperands = C->getNumOperands();
  431     Value *Op = C->getOperand(OpNo);
  440   Type *NewTy = C->getType();
  446   if (OpNo == NumOperands && NewTy == C->getType())
  447     return getVM()[V] = C;
  454     Ops.push_back(cast<Constant>(C->getOperand(j)));
  462       Mapped = mapValueOrNull(C->getOperand(OpNo));
  470     if (auto *GEPO = dyn_cast<GEPOperator>(C))
  473   if (ConstantExpr *CE = dyn_cast<ConstantExpr>(C))
  475   if (isa<ConstantArray>(C))
  477   if (isa<ConstantStruct>(C))
  479   if (isa<ConstantVector>(C))
  482   if (isa<UndefValue>(C))
  484   if (isa<ConstantAggregateZero>(C))
  486   assert(isa<ConstantPointerNull>(C));