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

/external/llvm/include/llvm/
H A DType.h172 /// isLabelTy - Return true if this is 'label'.
173 bool isLabelTy() const { return getTypeID() == LabelTyID; } function in class:llvm::Type
/external/llvm/lib/VMCore/
H A DType.cpp412 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
624 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
718 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
787 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
H A DVerifier.cpp839 Assert1(BI.getDestination(i)->getType()->isLabelTy(),
/external/llvm/lib/AsmParser/
H A DLLParser.cpp672 if (Ty->isFunctionTy() || Ty->isLabelTy())
1343 if (Result->isLabelTy())
1355 if (Result->isLabelTy())
1754 if (Ty->isLabelTy())
1763 if (!Ty->isFirstClassType() && !Ty->isLabelTy()) {
1770 if (Ty->isLabelTy())
1796 if (Ty->isLabelTy())
1804 if (!Ty->isFirstClassType() && !Ty->isLabelTy()) {
1811 if (Ty->isLabelTy())
2556 if (!Ty->isFirstClassType() || Ty->isLabelTy())
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2637 if (FTy->getParamType(i)->isLabelTy())

Completed in 227 milliseconds