Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CRE

3006                              const ObjCIndirectCopyRestoreExpr *CRE) {
3011 if (const Expr *lvExpr = maybeGetUnaryAddrOfOperand(CRE->getSubExpr())) {
3016 Address srcAddr = CGF.EmitPointerWithAlignment(CRE->getSubExpr());
3019 CRE->getSubExpr()->getType()->castAs<PointerType>()->getPointeeType();
3028 cast<llvm::PointerType>(CGF.ConvertType(CRE->getType()));
3033 CRE->getType());
3048 bool shouldCopy = CRE->shouldCopy();
3129 args.add(RValue::get(finalArgument), CRE->getType());
3267 if (const ObjCIndirectCopyRestoreExpr *CRE
3271 return emitWritebackArg(*this, args, CRE);