Searched refs:GEPIdx (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
| H A D | AMDGPUPromoteAlloca.cpp | 110 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { in calculateVectorIndex() argument 116 auto I = GEPIdx.find(GEP); in calculateVectorIndex() 117 return I == GEPIdx.end() ? nullptr : I->second; in calculateVectorIndex()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1223 SmallVector<Value*, 8> GEPIdx; in RewriteHeapSROALoadUser() local 1224 GEPIdx.push_back(GEPI->getOperand(1)); in RewriteHeapSROALoadUser() 1225 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end()); in RewriteHeapSROALoadUser() 1227 Value *NGEPI = GetElementPtrInst::Create(NewPtr, GEPIdx, in RewriteHeapSROALoadUser()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 1924 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local 1926 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf() 1953 Constant *GEPIdx[] = { in getOffsetOf() local 1958 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2741 SmallVector<Value*, 16> GEPIdx; in ParseFunctionBody() local 2746 GEPIdx.push_back(Op); in ParseFunctionBody() 2749 I = GetElementPtrInst::Create(BasePtr, GEPIdx); in ParseFunctionBody()
|