HomeSort by relevance Sort by last modified time
    Searched refs:ZCPV (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 46 auto *ZCPV =
48 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier)
SystemZAsmPrinter.cpp 182 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV);
185 MCSymbolRefExpr::Create(getSymbol(ZCPV->getGlobalValue()),
186 getModifierVariantKind(ZCPV->getModifier()),
188 uint64_t Size = TM.getDataLayout()->getTypeAllocSize(ZCPV->getType());

Completed in 745 milliseconds