Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DRE

431       DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false,
433 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE),
449 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false,
453 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getAddress();