Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ResultType

1153   QualType resultType;
1159 resultType = refExpr->getType();
1165 resultType = value->getType();
1177 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this);
1659 llvm::Type *ResultType = IntPtrTy;
1662 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast");
1664 Builder.CreatePtrToInt(LvalueDst.getPointer(), ResultType,