Home
last modified time | relevance | path

Searched refs:isConstPool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h73 bool isConstPool() const { return Kind == CSKYCP::CPConstPool; } in isConstPool() function
137 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isConstPool(); in classof()
H A DCSKYAsmPrinter.cpp211 } else if (CCPV->isConstPool()) { in emitMachineConstantPoolValue()