Searched refs:CommonGen (Results 1 – 2 of 2) sorted by relevance
6269 const llvm::function_ref<RValue(RValue)> CommonGen) { in EmitOMPAtomicSimpleUpdateExpr() argument6281 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()6284 EmitAtomicUpdate(X, AO, CommonGen, X.getType().isVolatileQualified()); in EmitOMPAtomicSimpleUpdateExpr()
3706 const llvm::function_ref<RValue(RValue)> CommonGen);