Lines Matching refs:ReqTy
1911 Type *ReqTy = DestTy->getPointerTo(AS); in getGetElementPtr() local
1921 ReqTy = VectorType::get(ReqTy, NumVecElts); in getGetElementPtr()
1923 if (OnlyIfReducedTy == ReqTy) in getGetElementPtr()
1945 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr()
2007 Type *ReqTy = Val->getType()->getVectorElementType(); in getExtractElement() local
2008 if (OnlyIfReducedTy == ReqTy) in getExtractElement()
2016 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()
2074 Type *ReqTy = Val->getType(); in getInsertValue() local
2079 if (OnlyIfReducedTy == ReqTy) in getInsertValue()
2086 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getInsertValue()
2094 Type *ReqTy = ExtractValueInst::getIndexedType(Agg->getType(), Idxs); in getExtractValue() local
2095 (void)ReqTy; in getExtractValue()
2096 assert(ReqTy && "extractvalue indices invalid!"); in getExtractValue()
2103 if (OnlyIfReducedTy == ReqTy) in getExtractValue()
2110 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractValue()