Searched refs:RCPV (Results 1 – 1 of 1) sorted by relevance
1207 auto *RCPV = static_cast<RISCVConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue() local1210 if (RCPV->isGlobalValue()) { in emitMachineConstantPoolValue()1211 auto *GV = RCPV->getGlobalValue(); in emitMachineConstantPoolValue()1214 assert(RCPV->isExtSymbol() && "unrecognized constant pool type"); in emitMachineConstantPoolValue()1215 auto Sym = RCPV->getSymbol(); in emitMachineConstantPoolValue()1220 uint64_t Size = getDataLayout().getTypeAllocSize(RCPV->getType()); in emitMachineConstantPoolValue()