Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2300 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h578 IntegerType *getIndexTy(const DataLayout &DL, unsigned AddrSpace) { in getIndexTy() function