Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6489 auto EmitRValueWithCastIfNeeded = [&CGF, Loc](const Expr *X, const Expr *E) { in emitOMPAtomicCompareExpr() local
6499 llvm::Value *EVal = EmitRValueWithCastIfNeeded(X, E); in emitOMPAtomicCompareExpr()
6500 llvm::Value *DVal = D ? EmitRValueWithCastIfNeeded(X, D) : nullptr; in emitOMPAtomicCompareExpr()