Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp426 RValue InitRVal; in emitInitWithReductionInitializer() local
429 InitRVal = CGF.EmitLoadOfLValue(LV, SourceLocation()); in emitInitWithReductionInitializer()
432 InitRVal = in emitInitWithReductionInitializer()
436 InitRVal = RValue::getAggregate(LV.getAddress()); in emitInitWithReductionInitializer()
440 CodeGenFunction::OpaqueValueMapping OpaqueMap(CGF, &OVE, InitRVal); in emitInitWithReductionInitializer()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp643 RValue InitRVal; in emitInitWithReductionInitializer() local
646 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation()); in emitInitWithReductionInitializer()
649 InitRVal = in emitInitWithReductionInitializer()
653 InitRVal = RValue::getAggregate(LV.getAddress(CGF)); in emitInitWithReductionInitializer()
657 CodeGenFunction::OpaqueValueMapping OpaqueMap(CGF, &OVE, InitRVal); in emitInitWithReductionInitializer()