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

References

lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  467     if (isa<UndefValue>(V) || isa<ConstantExpr>(V)) {
  467     if (isa<UndefValue>(V) || isa<ConstantExpr>(V)) {
  473     if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
  481     assert(ValueMap.count(V) && "V should have been placed in ValueMap when "
  483     unsigned SrcReg = ValueMap[V];