Searched refs:ReqTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Constants.cpp | 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() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Constants.cpp | 1961 Type *ReqTy = DestTy->getPointerTo(AS); in getGetElementPtr() local 1971 ReqTy = VectorType::get(ReqTy, NumVecElts); in getGetElementPtr() 1973 if (OnlyIfReducedTy == ReqTy) in getGetElementPtr() 1998 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr() 2061 Type *ReqTy = Val->getType()->getVectorElementType(); in getExtractElement() local 2062 if (OnlyIfReducedTy == ReqTy) in getExtractElement() 2070 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement() 2128 Type *ReqTy = Val->getType(); in getInsertValue() local 2133 if (OnlyIfReducedTy == ReqTy) in getInsertValue() 2140 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getInsertValue() [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1607 Type *ReqTy = Ty->getPointerTo(AS); in getGetElementPtr() local 1621 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getGetElementPtr() 1686 Type *ReqTy = cast<VectorType>(Val->getType())->getElementType(); in getExtractElement() local 1687 return pImpl->ExprConstants.getOrCreate(ReqTy, Key); in getExtractElement() 1750 Type *ReqTy = ExtractValueInst::getIndexedType(Agg->getType(), Idxs); in getExtractValue() local 1751 (void)ReqTy; in getExtractValue() 1752 assert(ReqTy && "extractvalue indices invalid!"); in getExtractValue()
|