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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2456 QualType promotedType; local
2459 promotedType = CGF.getContext().getPromotedIntegerType(type);
2460 assert(promotedType != type && "Shouldn't promote to the same type.");
2464 CGF.getContext().getCanonicalType(promotedType);
2467 type, promotedType);
2470 promotedType->isSignedIntegerOrEnumerationType() ||
2472 ConvertType(promotedType)->getScalarSizeInBits()) &&
2489 value = EmitScalarConversion(value, type, promotedType, E->getExprLoc());
2494 value = EmitScalarConversion(value, promotedType, type, E->getExprLoc(),

Completed in 152 milliseconds