Searched refs:getIndexTy (Results 1 – 2 of 2) sorted by relevance
2300 Type *IndexTy = Builder.getIndexTy( in shuffleAndStore()2374 Type *IndexTy = Builder.getIndexTy( in emitReductionListCopy()2618 Type *IndexTy = Builder.getIndexTy( in emitInterWarpCopyFunction()2928 Type *IndexTy = Builder.getIndexTy( in emitListToGlobalCopyFunction()3046 Type *IndexTy = Builder.getIndexTy( in emitListToGlobalReduceFunction()3119 Type *IndexTy = Builder.getIndexTy( in emitGlobalToListCopyFunction()3237 Type *IndexTy = Builder.getIndexTy( in emitGlobalToListReduceFunction()3306 Type *IndexTy = Builder.getIndexTy( in createReductionFunction()3452 Type *IndexTy = Builder.getIndexTy( in createReductionsGPU()
578 IntegerType *getIndexTy(const DataLayout &DL, unsigned AddrSpace) { in getIndexTy() function