Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3575 LValue StLVal = CGF.EmitLValueForField(Base, *StFI); in emitProxyTaskFunction() local
3576 llvm::Value *StParam = CGF.EmitLoadOfScalar(StLVal, Loc); in emitProxyTaskFunction()
5171 LValue StLVal = CGF.EmitLValueForField( in emitTaskLoopCall() local
5176 CGF.EmitAnyExprToMem(StVar->getInit(), StLVal.getAddress(CGF), in emitTaskLoopCall()
5177 StLVal.getQuals(), in emitTaskLoopCall()
5197 CGF.EmitLoadOfScalar(StLVal, Loc), in emitTaskLoopCall()