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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp36 auto *ZCPV = local
38 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier)
H A DSystemZAsmPrinter.cpp285 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); local
288 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()),
289 getModifierVariantKind(ZCPV->getModifier()),
291 uint64_t Size = getDataLayout().getTypeAllocSize(ZCPV->getType());

Completed in 60 milliseconds