Searched refs:NumLVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4150 LValue NumLVal = CGF.MakeAddrLValue( local
4154 NumLVal.getAddress(CGF));
4155 llvm::Value *PrevVal = CGF.EmitLoadOfScalar(NumLVal, E->getExprLoc());
4157 CGF.EmitStoreOfScalar(Add, NumLVal);
4158 SizeLVals.push_back(NumLVal);

Completed in 181 milliseconds