Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACC.cpp45 mlir::IntegerType targetType = mlir::IntegerType::get( in emitOpenACCIntExpr() local
52 exprLoc, targetType, expr); in emitOpenACCIntExpr()
H A DCIRGenStmtOpenACC.cpp194 mlir::IntegerType targetType = mlir::IntegerType::get( in emitOpenACCWaitConstruct() local
201 exprLoc, targetType, expr); in emitOpenACCWaitConstruct()
H A DCIRGenOpenACCClause.cpp93 mlir::IntegerType targetType = mlir::IntegerType::get( in createCondition() local
97 exprLoc, targetType, condition); in createCondition()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp583 mlir::Type targetType = convertTy(ptrTy); in matchAndRewrite() local
588 castOp, targetType, elementTy, sourceValue, offset); in matchAndRewrite()