• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/

Lines Matching refs:getType

399     Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(),
410 Assert1(GV.getInitializer()->getType() == GV.getType()->getElementType(),
434 if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getType())) {
456 Assert1(GA.getType() == GA.getAliasee()->getType(),
679 Assert2(I->getType() == FT->getParamType(i),
682 Assert1(I->getType()->isFirstClassType(),
685 Assert2(!I->getType()->isMetadataTy(),
783 Assert2(BI.getCondition()->getType()->isIntegerTy(1),
797 Assert2(N == 1 && F->getReturnType() == RI.getOperand(0)->getType(),
809 Type *SwitchTy = SI.getCondition()->getType();
837 Assert1(BI.getAddress()->getType()->isPointerTy(),
840 Assert1(BI.getDestination(i)->getType()->isLabelTy(),
851 Assert1(SI.getTrueValue()->getType() == SI.getType(),
865 Type *SrcTy = I.getOperand(0)->getType();
866 Type *DestTy = I.getType();
883 Type *SrcTy = I.getOperand(0)->getType();
884 Type *DestTy = I.getType();
901 Type *SrcTy = I.getOperand(0)->getType();
902 Type *DestTy = I.getType();
919 Type *SrcTy = I.getOperand(0)->getType();
920 Type *DestTy = I.getType();
936 Type *SrcTy = I.getOperand(0)->getType();
937 Type *DestTy = I.getType();
954 Type *SrcTy = I.getOperand(0)->getType();
955 Type *DestTy = I.getType();
977 Type *SrcTy = I.getOperand(0)->getType();
978 Type *DestTy = I.getType();
1000 Type *SrcTy = I.getOperand(0)->getType();
1001 Type *DestTy = I.getType();
1023 Type *SrcTy = I.getOperand(0)->getType();
1024 Type *DestTy = I.getType();
1046 Type *SrcTy = I.getOperand(0)->getType();
1047 Type *DestTy = I.getType();
1068 Type *SrcTy = I.getOperand(0)->getType();
1069 Type *DestTy = I.getType();
1088 Type *SrcTy = I.getOperand(0)->getType();
1089 Type *DestTy = I.getType();
1125 Assert1(PN.getType() == PN.getIncomingValue(i)->getType(),
1137 Assert1(CS.getCalledValue()->getType()->isPointerTy(),
1139 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType());
1155 Assert3(CS.getArgument(i)->getType() == FTy->getParamType(i),
1172 VerifyParameterAttrs(Attr, CS.getArgument(Idx-1)->getType(), false, I);
1214 Assert1(B.getOperand(0)->getType() == B.getOperand(1)->getType(),
1227 Assert1(B.getType()->isIntOrIntVectorTy(),
1229 Assert1(B.getType() == B.getOperand(0)->getType(),
1240 Assert1(B.getType()->isFPOrFPVectorTy(),
1243 Assert1(B.getType() == B.getOperand(0)->getType(),
1251 Assert1(B.getType()->isIntOrIntVectorTy(),
1253 Assert1(B.getType() == B.getOperand(0)->getType(),
1260 Assert1(B.getType()->isIntOrIntVectorTy(),
1262 Assert1(B.getType() == B.getOperand(0)->getType(),
1274 Type *Op0Ty = IC.getOperand(0)->getType();
1275 Type *Op1Ty = IC.getOperand(1)->getType();
1291 Type *Op0Ty = FC.getOperand(0)->getType();
1292 Type *Op1Ty = FC.getOperand(1)->getType();
1343 Assert2(GEP.getType()->isPointerTy() &&
1344 cast<PointerType>(GEP.getType())->getElementType() == ElTy,
1350 Type *IndexTy = Index->getType();
1353 Assert1(GEP.getType()->isVectorTy(),
1355 Type *ElemPtr = cast<VectorType>(GEP.getType())->getElementType();
1359 unsigned GepWidth = cast<VectorType>(GEP.getType())->getNumElements();
1372 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType());
1375 Assert2(ElTy == LI.getType(),
1408 Assert1(High->getType() == Low->getType() &&
1409 High->getType() == ElTy, "Range types must match load type!",
1446 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType());
1449 Assert2(ElTy == SI.getOperand(0)->getType(),
1474 PointerType *PTy = AI.getType();
1480 Assert1(AI.getArraySize()->getType()->isIntegerTy(),
1490 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType());
1500 Assert2(ElTy == CXI.getOperand(1)->getType(),
1503 Assert2(ElTy == CXI.getOperand(2)->getType(),
1514 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType());
1524 Assert2(ElTy == RMWI.getOperand(1)->getType(),
1543 Assert1(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(),
1545 EVI.getType(),
1552 Assert1(ExtractValueInst::getIndexedType(IVI.getAggregateOperand()->getType(),
1554 IVI.getOperand(1)->getType(),
1597 Assert1(isa<PointerType>(Clause->getType()),
1638 Assert1(!I.getType()->isVoidTy() || !I.hasName(),
1643 Assert1(I.getType()->isVoidTy() ||
1644 I.getType()->isFirstClassType(),
1649 Assert1(!I.getType()->isMetadataTy() ||
1672 if (!I.getOperand(i)->getType()->isFirstClassType()) {
1705 Assert1(I.getType()->isFPOrFPVectorTy(),
1876 if (!AI->getType()->getElementType()->isPointerTy()) {