Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h406 llvm::Constant *createDispatchInitFunction(unsigned IVSize, bool IVSigned);
DCGOpenMPRuntime.cpp1662 llvm::Constant *CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, in createDispatchInitFunction() function in CGOpenMPRuntime
2479 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()