Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2337 CodeGenModule &CGM, llvm::Type *ArgsElemType, in emitCopyprivateCopyFunction() argument
2365 ArgsElemType->getPointerTo()), in emitCopyprivateCopyFunction()
2366 ArgsElemType, CGF.getPointerAlign()); in emitCopyprivateCopyFunction()
2369 ArgsElemType->getPointerTo()), in emitCopyprivateCopyFunction()
2370 ArgsElemType, CGF.getPointerAlign()); in emitCopyprivateCopyFunction()
5321 SourceLocation Loc, llvm::Type *ArgsElemType, in emitReductionFunction() argument
5349 ArgsElemType->getPointerTo()), in emitReductionFunction()
5350 ArgsElemType, CGF.getPointerAlign()); in emitReductionFunction()
5353 ArgsElemType->getPointerTo()), in emitReductionFunction()
5354 ArgsElemType, CGF.getPointerAlign()); in emitReductionFunction()
H A DCGOpenMPRuntime.h1415 llvm::Type *ArgsElemType,