Searched refs:ReqTy (Results 1 – 2 of 2) sorted by relevance
1911 Type *ReqTy = DestTy->getPointerTo(AS); in getGetElementPtr() local1921 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() local2008 if (OnlyIfReducedTy == ReqTy) in getExtractElement()2016 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()2074 Type *ReqTy = Val->getType(); in getInsertValue() local2079 if (OnlyIfReducedTy == ReqTy) in getInsertValue()2086 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getInsertValue()[all …]
2093 Type *ReqTy = DestTy->getPointerTo(AS); in getGetElementPtr() local2103 ReqTy = VectorType::get(ReqTy, NumVecElts); in getGetElementPtr()2105 if (OnlyIfReducedTy == ReqTy) in getGetElementPtr()2130 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr()2193 Type *ReqTy = Val->getType()->getVectorElementType(); in getExtractElement() local2194 if (OnlyIfReducedTy == ReqTy) in getExtractElement()2202 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()2260 Type *ReqTy = Val->getType(); in getInsertValue() local2265 if (OnlyIfReducedTy == ReqTy) in getInsertValue()2272 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getInsertValue()[all …]