Home
last modified time | relevance | path

Searched refs:ReqTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DConstants.cpp1911 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()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2093 Type *ReqTy = DestTy->getPointerTo(AS); in getGetElementPtr() local
2103 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() local
2194 if (OnlyIfReducedTy == ReqTy) in getExtractElement()
2202 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement()
2260 Type *ReqTy = Val->getType(); in getInsertValue() local
2265 if (OnlyIfReducedTy == ReqTy) in getInsertValue()
2272 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getInsertValue()
[all …]