Home
last modified time | relevance | path

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

/src/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.cpp3178 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h219 bool isLabelTy() const { return getTypeID() == LabelTyID; } in isLabelTy() function
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1765 if (Ty->isLabelTy()) in checkValidVariableType()
2970 if (Result->isLabelTy()) in parseType()
2982 if (Result->isLabelTy()) in parseType()
3616 if (Ty->isLabelTy()) { in getVal()
3655 if (Ty->isLabelTy()) { in getVal()
6167 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
6178 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
6192 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3179 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
5869 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
6669 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2523 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3384 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()