Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACC.cpp41 mlir::Value CIRGenFunction::emitOpenACCIntExpr(const Expr *intExpr) { in emitOpenACCIntExpr() function in CIRGenFunction
87 lowerBound = emitOpenACCIntExpr(lb); in getOpenACCDataOperandInfo()
92 extent = emitOpenACCIntExpr(len); in getOpenACCDataOperandInfo()
110 lowerBound = emitOpenACCIntExpr(subscript->getIdx()); in getOpenACCDataOperandInfo()
H A DCIRGenOpenACCClause.cpp83 return cgf.emitOpenACCIntExpr(intExpr); in emitIntExpr()
H A DCIRGenFunction.h1255 mlir::Value emitOpenACCIntExpr(const Expr *intExpr);