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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3710 QualType ResultExprTy; local
3712 ResultExprTy = AT->getElementType();
3714 ResultExprTy = BaseTy->getPointeeType();
3805 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) {
3844 ResultExprTy, !getLangOpts().isSignedOverflowDefined(),
3847 TBAAInfo = CGM.getTBAAInfoForSubobject(ArrayLV, ResultExprTy);
3850 TBAAInfo, BaseTy, ResultExprTy,
3852 EltPtr = emitArraySubscriptGEP(*this, Base, Idx, ResultExprTy,
3857 return MakeAddrLValue(EltPtr, ResultExprTy, BaseInfo, TBAAInfo);

Completed in 124 milliseconds