Home
last modified time | relevance | path

Searched refs:GEPIdx (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1244 SmallVector<Value*, 8> GEPIdx; in RewriteHeapSROALoadUser() local
1245 GEPIdx.push_back(GEPI->getOperand(1)); in RewriteHeapSROALoadUser()
1246 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end()); in RewriteHeapSROALoadUser()
1249 GEPIdx.begin(), GEPIdx.end(), in RewriteHeapSROALoadUser()
/external/llvm/lib/VMCore/
DConstants.cpp1519 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local
1521 Constant::getNullValue(PointerType::getUnqual(Ty)), &GEPIdx, 1); in getSizeOf()
1548 Constant *GEPIdx[] = { in getOffsetOf() local
1553 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx, 2); in getOffsetOf()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2178 SmallVector<Value*, 16> GEPIdx; in ParseFunctionBody() local
2183 GEPIdx.push_back(Op); in ParseFunctionBody()
2186 I = GetElementPtrInst::Create(BasePtr, GEPIdx.begin(), GEPIdx.end()); in ParseFunctionBody()