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

Declarations

lib/Target/NVPTX/NVPTXAsmPrinter.h
  236   const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);

References

lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 2002         return lowerConstantForGV(C, ProcessingGeneric);
 2018       return lowerConstantForGV(cast<const Constant>(CE->getOperand(0)), true);
 2035     const MCExpr *Base = lowerConstantForGV(CE->getOperand(0),
 2052     return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric);
 2062     return lowerConstantForGV(Op, ProcessingGeneric);
 2073     const MCExpr *OpExpr = lowerConstantForGV(Op, ProcessingGeneric);
 2091     const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric);
 2092     const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric);
lib/Target/NVPTX/NVPTXAsmPrinter.h
  177                 AP.lowerConstantForGV(cast<Constant>(CExpr), false);