Searched refs:createForStaticInitFunction (Results 1 – 2 of 2) sorted by relevance
402 llvm::Constant *createForStaticInitFunction(unsigned IVSize, bool IVSigned);
1636 llvm::Constant *CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, in createForStaticInitFunction() function in CGOpenMPRuntime2540 auto *StaticInitFunction = createForStaticInitFunction(IVSize, IVSigned); in emitForStaticInit()2554 auto *StaticInitFunction = createForStaticInitFunction(IVSize, IVSigned); in emitDistributeStaticInit()