Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OVE

4207     if (auto *OVE = dyn_cast<OpaqueValueExpr>(CE->getCallee()))
4209 dyn_cast<DeclRefExpr>(OVE->getSourceExpr()->IgnoreImpCasts()))
4214 CodeGenFunction::OpaqueValueMapping Map(CGF, OVE, Func);
4277 auto *OVE = cast<OpaqueValueExpr>(VLA->getSizeExpr());
4279 CGF, OVE, RValue::get(CGF.Builder.CreatePtrToInt(Ptr, CGF.SizeTy)));