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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2246 Type *ReqTy = DestTy->getPointerTo(AS); local
2257 ReqTy = VectorType::get(ReqTy, EltCount);
2259 if (OnlyIfReducedTy == ReqTy)
2290 return pImpl->ExprConstants.getOrCreate(ReqTy, Key);
2353 Type *ReqTy = cast<VectorType>(Val->getType())->getElementType();
2354 if (OnlyIfReducedTy == ReqTy)
2362 return pImpl->ExprConstants.getOrCreate(ReqTy, Key);
2423 Type *ReqTy = Val->getType(); local
2428 if (OnlyIfReducedTy == ReqTy)
2443 Type *ReqTy = ExtractValueInst::getIndexedType(Agg->getType(), Idxs); local
[all...]

Completed in 39 milliseconds