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

References

lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
  160   ConstantToValueMapTy::iterator CTII = ConstantToValueMap.find(C);
  165   Value *NewValue = C;
  166   if (isa<GlobalVariable>(C)) {
  172     GVMapTy::iterator I = GVMap.find(cast<GlobalVariable>(C));
  179   } else if (isa<ConstantAggregate>(C)) {
  183     NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder);
  184   } else if (isa<ConstantExpr>(C)) {
  188     NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder);
  191   ConstantToValueMap[C] = NewValue;