Lines Matching refs:getType

117             ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
878 assert(Ty == V->getType() && "Type mismatch in constant table!");
893 assert((!Ty || Ty == V->getType()) && "Type mismatch in value table!");
967 NewC = ConstantArray::get(UserCA->getType(), NewOps);
969 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
2914 getValue(Record, OpNum, LHS->getType(), RHS) ||
2918 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2979 cast<SequentialType>(BasePtr->getType()->getScalarType())
3051 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
3066 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
3072 dyn_cast<VectorType>(Cond->getType())) {
3078 if (Cond->getType() != Type::getInt1Ty(Context))
3103 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
3115 getValue(Record, OpNum, Vec1->getType(), Vec2))
3135 getValue(Record, OpNum, LHS->getType(), RHS) ||
3139 if (LHS->getType()->isFPOrFPVectorTy())
3248 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
3359 !isa<ArrayType>(Val->getType())) &&
3362 isa<ArrayType>(Val->getType())) &&
3423 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3437 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3460 cast<PointerType>(Ptr->getType())->getElementType(), Cmp) ||
3462 cast<PointerType>(Ptr->getType())->getElementType(), New) ||
3480 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3521 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3588 if (I && !I->getType()->isVoidTy())
3598 A->replaceAllUsesWith(UndefValue::get(A->getType()));