Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp40 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
H A DType.cpp359 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
598 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
660 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
765 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
H A DVerifier.cpp3047 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h219 bool isLabelTy() const { return getTypeID() == LabelTyID; } in isLabelTy() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1677 if (Ty->isLabelTy()) in checkValidVariableType()
2858 if (Result->isLabelTy()) in parseType()
2870 if (Result->isLabelTy()) in parseType()
3418 if (Ty->isLabelTy()) { in getVal()
3457 if (Ty->isLabelTy()) { in getVal()
5889 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
5900 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
5914 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3052 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
5692 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
6404 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2532 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3295 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()