Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h228 bool isLabelTy() const { return getTypeID() == LabelTyID; } in isLabelTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h157 bool isLabelTy() const { return LLVMTy->isLabelTy(); } in isLabelTy() function