Home
last modified time | relevance | path

Searched defs:isJumpTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h71 bool isJumpTable() const { return Kind == JumpTable; } isJumpTable() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h95 bool isJumpTable() const { return Kind == XtensaCP::CPJumpTable; } in isJumpTable() function