Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h72 bool isJT() const { return Kind == CSKYCP::CPJT; } in isJT() function
222 return ACPV->isJT(); in classof()
H A DCSKYAsmPrinter.cpp208 } else if (CCPV->isJT()) { in emitMachineConstantPoolValue()