Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]