Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp39 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
H A DType.cpp402 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
407 return ArgTy->isFirstClassType() && !ArgTy->isLabelTy(); in isValidArgumentType()
707 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
769 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
879 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
H A DVerifier.cpp3317 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h157 bool isLabelTy() const { return LLVMTy->isLabelTy(); } in isLabelTy() function
/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/lib/AsmParser/
H A DLLParser.cpp1755 if (Ty->isLabelTy()) in checkValidVariableType()
3000 if (Result->isLabelTy()) in parseType()
3012 if (Result->isLabelTy()) in parseType()
3720 if (Ty->isLabelTy()) { in getVal()
3759 if (Ty->isLabelTy()) { in getVal()
6467 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
6478 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
6492 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3273 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
5961 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
6765 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2523 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()