Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4557 Address LHSTemp = CGF.CreateMemTemp(VD->getType()); in emitReduction() local
4559 CGF.MakeAddrLValue(LHSTemp, VD->getType()), XRValue, in emitReduction()
4561 return LHSTemp; in emitReduction()