Searched refs:isLabelTy (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp332 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
514 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
602 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
664 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
H A DVerifier.cpp2516 Assert(BI.getDestination(i)->getType()->isLabelTy(),
2528 Assert(CBI.getSuccessor(i)->getType()->isLabelTy(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h188 bool isLabelTy() const { return getTypeID() == LabelTyID; } function in class:llvm::Type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1389 if (Ty->isLabelTy())
2394 if (Result->isLabelTy())
2406 if (Result->isLabelTy())
2904 if (Ty->isLabelTy()) {
2938 if (Ty->isLabelTy()) {
5202 if (!Ty->isFirstClassType() || Ty->isLabelTy())
5213 if (!Ty->isFirstClassType() || Ty->isLabelTy())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2382 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy())
4598 if (FTy->getParamType(i)->isLabelTy())
5039 if (FTy->getParamType(i)->isLabelTy())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3018 if (FTy->getParamType(i)->isLabelTy())

Completed in 283 milliseconds