Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7980 Value *CapturedVal = (IsPostfixUpdate ? Result.first : Result.second); in createAtomicCapture() local
7981 Builder.CreateStore(CapturedVal, V.Var, V.IsVolatile); in createAtomicCapture()