Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6148 llvm::Value *UpdateVal = Update.getScalarVal(); in emitOMPAtomicRMW() local
6149 if (auto *IC = dyn_cast<llvm::ConstantInt>(UpdateVal)) { in emitOMPAtomicRMW()
6151 UpdateVal = CGF.Builder.CreateIntCast( in emitOMPAtomicRMW()
6155 UpdateVal = CGF.Builder.CreateCast(llvm::Instruction::CastOps::UIToFP, IC, in emitOMPAtomicRMW()
6159 CGF.Builder.CreateAtomicRMW(RMWOp, X.getPointer(CGF), UpdateVal, AO); in emitOMPAtomicRMW()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9412 ExprResult UpdateVal; in buildCounterUpdate() local
9421 UpdateVal = in buildCounterUpdate()
9424 if (UpdateVal.isUsable()) { in buildCounterUpdate()
9426 UpdateVal.get()); in buildCounterUpdate()
9432 if (!Update.isUsable() || !UpdateVal.isUsable()) { in buildCounterUpdate()