Lines Matching full:getcontext
166 S->dump(CGF.getContext().getSourceManager());
566 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType));
590 CGF.getContext().getFloatTypeSemantics(OrigSrcType);
595 unsigned Width = CGF.getContext().getIntWidth(DstType);
613 CGF.getContext().getFloatTypeSemantics(DstType);
631 CGF.getContext().getFloatTypeSemantics(SrcType);
657 SrcType = CGF.getContext().getCanonicalType(SrcType);
658 DstType = CGF.getContext().getCanonicalType(DstType);
668 if (SrcType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
670 SrcType = CGF.getContext().FloatTy;
737 if (DstType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType)
941 unsigned Idx = E->getShuffleMaskIdx(CGF.getContext(), i-2);
952 if (E->EvaluateAsInt(Value, CGF.getContext(), Expr::SE_AllowSideEffects)) {
1207 ConvertType(CGF.getContext().getPointerType(DestTy)));
1334 assert(CGF.getContext().hasSameUnqualifiedType(E->getType(), DestTy));
1544 = CGF.getContext().getAsVariableArrayType(type)) {
1590 if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
1612 if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType)
1622 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
1710 if (E->EvaluateAsInt(Value, CGF.getContext()))
1731 CGF.getContext().getAsArrayType(CurrentType)->getElementType();
1735 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
1745 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD);
1760 CGF.getContext().getCharWidth();
1778 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD);
1804 CGF.getContext().getAsVariableArrayType(TypeToSize)) {
1821 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
1831 return Builder.getInt(E->EvaluateKnownConstInt(CGF.getContext()));
2240 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType));
2251 = CGF.getContext().getAsVariableArrayType(elementType)) {
2442 = CGF.getContext().getAsVariableArrayType(elementType)) {
2449 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType);
2463 elementSize = CGF.getContext().getTypeSizeInChars(elementType);
2671 return EmitScalarConversion(Result, CGF.getContext().BoolTy, E->getType());
2722 return EmitScalarConversion(Result, CGF.getContext().BoolTy, E->getType());
2941 if (E->isConstantInitializer(CGF.getContext(), false))
2948 if (VD->hasLocalStorage() && !(CGF.getContext()
3084 return Visit(E->getChosenSubExpr(CGF.getContext()));