reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1389 if (Ty->isLabelTy()) 2389 if (Result->isLabelTy()) 2401 if (Result->isLabelTy()) 2899 if (Ty->isLabelTy()) { 2933 if (Ty->isLabelTy()) { 5197 if (!Ty->isFirstClassType() || Ty->isLabelTy()) 5208 if (!Ty->isFirstClassType() || Ty->isLabelTy())lib/Bitcode/Reader/BitcodeReader.cpp
2380 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) 4595 if (FTy->getParamType(i)->isLabelTy()) 5037 if (FTy->getParamType(i)->isLabelTy())lib/Bitcode/Writer/BitcodeWriter.cpp
3016 if (FTy->getParamType(i)->isLabelTy())
lib/IR/Type.cpp332 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && 514 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && 602 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && 664 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&lib/IR/Verifier.cpp
2486 Assert(BI.getDestination(i)->getType()->isLabelTy(), 2498 Assert(CBI.getSuccessor(i)->getType()->isLabelTy(),