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

References

lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1712   if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) {
 1716   if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CPV)) {
 1720   if (isa<ConstantPointerNull>(CPV)) {
 1724   if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) {
 1729     if (EmitGeneric && !isa<Function>(CPV) && !IsNonGenericPointer) {
 1738   if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) {
 1755       lowerConstant(CPV)->print(O, MAI);