Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp352 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
549 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
611 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
733 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
H A DVerifier.cpp2780 Assert(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()
2792 Assert(CBI.getSuccessor(i)->getType()->isLabelTy(), in visitCallBrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h193 bool isLabelTy() const { return getTypeID() == LabelTyID; } in isLabelTy() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1508 if (Ty->isLabelTy()) in checkValidVariableType()
2622 if (Result->isLabelTy()) in parseType()
2634 if (Result->isLabelTy()) in parseType()
3154 if (Ty->isLabelTy()) { in getVal()
3188 if (Ty->isLabelTy()) { in getVal()
5646 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
5657 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
5668 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2456 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
4794 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
5350 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3145 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()