Home
last modified time | relevance | path

Searched refs:InitRVal (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp794 RValue InitRVal; in emitInitWithReductionInitializer() local
797 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation()); in emitInitWithReductionInitializer()
800 InitRVal = in emitInitWithReductionInitializer()
804 InitRVal = RValue::getAggregate(LV.getAddress()); in emitInitWithReductionInitializer()
808 CodeGenFunction::OpaqueValueMapping OpaqueMap(CGF, &OVE, InitRVal); in emitInitWithReductionInitializer()