Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ResultType

815   QualType resultType;
821 resultType = refExpr->getType();
827 resultType = value->getType();
839 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this);
1193 llvm::Type *ResultType = ConvertType(getContext().LongTy);
1196 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast");
1198 Builder.CreatePtrToInt(LvalueDst, ResultType, "sub.ptr.lhs.cast");