Searched refs:createForStaticInitFunction (Results 1 – 4 of 4) 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()
771 llvm::FunctionCallee createForStaticInitFunction(unsigned IVSize,
1547 CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize, bool IVSigned) { in createForStaticInitFunction() function in CGOpenMPRuntime2771 createForStaticInitFunction(Values.IVSize, Values.IVSigned); in emitForStaticInit()2787 createForStaticInitFunction(Values.IVSize, Values.IVSigned); in emitDistributeStaticInit()