Searched refs:OutExpr (Results 1 – 1 of 1) sorted by relevance
2266 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local2267 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext()); in EmitAsmStmt()2270 OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr, in EmitAsmStmt()2279 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()2286 hasAggregateEvaluationKind(OutExpr->getType()); in EmitAsmStmt()2287 if (!Info.allowsMemory() && (hasScalarEvaluationKind(OutExpr->getType()) || in EmitAsmStmt()2290 ResultRegQualTys.push_back(OutExpr->getType()); in EmitAsmStmt()2292 ResultTruncRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()2295 unsigned Size = getContext().getTypeSize(OutExpr->getType()); in EmitAsmStmt()2315 QualType OutputType = OutExpr->getType(); in EmitAsmStmt()[all …]