Home
last modified time | relevance | path

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

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