Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4109 Value *OldExprVal = PHI; in emitAtomicUpdate() local
4112 OldExprVal = Builder.CreateBitCast(PHI, XElemTy, in emitAtomicUpdate()
4115 OldExprVal = Builder.CreateIntToPtr(PHI, XElemTy, in emitAtomicUpdate()
4120 Value *Upd = UpdateOp(OldExprVal, Builder); in emitAtomicUpdate()
4137 Res.first = OldExprVal; in emitAtomicUpdate()