Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmtOpenMP.cpp6388 auto EmitRValueWithCastIfNeeded = [&CGF, Loc](const Expr *X, const Expr *E) { in emitOMPAtomicCompareExpr() local
6398 llvm::Value *EVal = EmitRValueWithCastIfNeeded(X, E); in emitOMPAtomicCompareExpr()
6399 llvm::Value *DVal = D ? EmitRValueWithCastIfNeeded(X, D) : nullptr; in emitOMPAtomicCompareExpr()