Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp228 bool isConstPoolOp() const { return Kind == CPOP; } in isConstPoolOp() function
311 bool isConstpool() const { return isConstPoolOp(); } in isConstpool()
312 bool isDataSymbol() const { return isConstPoolOp(); } in isDataSymbol()