Searched defs:ZCPV (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp36 auto *ZCPV = local
38 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier)
H A DSystemZAsmPrinter.cpp485 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); local
488 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()),
489 getModifierVariantKind(ZCPV->getModifier()),
491 uint64_t Size = getDataLayout().getTypeAllocSize(ZCPV->getType());

Completed in 175 milliseconds