Searched refs:ReductionFunc (Results 1 – 1 of 1) sorted by relevance
2116 Function *ReductionFunc = getFreshReductionFunc(*Module); in createReductions() local2124 ReductionFunc, Lock}, in createReductions()2184 BasicBlock::Create(Module->getContext(), "", ReductionFunc); in createReductions()2186 Value *LHSArrayPtr = ReductionFunc->getArg(0); in createReductions()2187 Value *RHSArrayPtr = ReductionFunc->getArg(1); in createReductions()