Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:resultType

943   QualType resultType;
949 resultType = refExpr->getType();
955 resultType = value->getType();
967 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this);
1408 llvm::Type *ResultType = ConvertType(getContext().LongTy);
1411 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast");
1413 Builder.CreatePtrToInt(LvalueDst, ResultType, "sub.ptr.lhs.cast");