Lines Matching refs:getType

446     return BaseDefiningValueResult(ConstantAggregateZero::get(I->getType()),
494 assert(I->getType()->isPtrOrPtrVectorTy() &&
497 if (I->getType()->isVectorTy())
517 ConstantPointerNull::get(cast<PointerType>(I->getType())), true);
524 assert(cast<PointerType>(Def->getType())->getAddressSpace() ==
525 cast<PointerType>(CI->getType())->getAddressSpace() &&
942 isa<VectorType>(State.getBaseValue()->getType())) {
969 return PHINode::Create(I->getType(), NumPreds, Name, I);
972 UndefValue *Undef = UndefValue::get(SI->getType());
976 UndefValue *Undef = UndefValue::get(EE->getVectorOperand()->getType());
981 UndefValue *VecUndef = UndefValue::get(IE->getOperand(0)->getType());
982 UndefValue *ScalarUndef = UndefValue::get(IE->getOperand(1)->getType());
988 UndefValue *VecUndef = UndefValue::get(SV->getOperand(0)->getType());
1020 if (Base->getType() != Input->getType() && InsertPt)
1021 Base = new BitCastInst(Base, Input->getType(), "cast", InsertPt);
1314 Type *Ty = LiveVariables[i]->getType();
1471 DomainTy.push_back(Arg->getType());
1569 if (!Call->getType()->isVoidTy() && !Call->use_empty()) {
1571 CallInst *GCResult = Builder.CreateGCResult(Token, Call->getType(), Name);
1710 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(),
1968 Type *SrcTy = CI->getOperand(0)->getType();
1969 Cost += TTI.getCastInstrCost(CI->getOpcode(), CI->getType(), SrcTy, CI);
2209 assert(!isUnhandledGCPointerType(Arg->getType()) &&
2211 if (isHandledGCPointerType(Arg->getType()))
2374 assert(isHandledGCPointerType(Ptr->getType()) &&
2404 if (isa<PointerType>(A.getType()))
2476 if (isa<PointerType>(Call->getArgOperand(i)->getType()))
2479 if (isa<PointerType>(Call->getType()))
2486 II->replaceAllUsesWith(UndefValue::get(II->getType()));
2611 if (I.getOperand(i)->getType()->isVectorTy()) {
2613 VF == I.getOperand(i)->getType()->getVectorNumElements());
2614 VF = I.getOperand(i)->getType()->getVectorNumElements();
2619 if (!I.getOperand(0)->getType()->isVectorTy() && VF != 0) {
2653 assert(!isUnhandledGCPointerType(V->getType()) &&
2655 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) {
2680 assert(!isUnhandledGCPointerType(V->getType()) &&
2682 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V))
2691 if (isHandledGCPointerType(I.getType()))