Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1417 SmallVector<Value*, 8> GEPIdx; in RewriteHeapSROALoadUser() local
1418 GEPIdx.push_back(GEPI->getOperand(1)); in RewriteHeapSROALoadUser()
1419 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end()); in RewriteHeapSROALoadUser()
1421 Value *NGEPI = GetElementPtrInst::Create(NewPtr, GEPIdx, in RewriteHeapSROALoadUser()
/external/llvm/lib/VMCore/
DConstants.cpp1664 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local
1666 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()
1693 Constant *GEPIdx[] = { in getOffsetOf() local
1698 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2052 SmallVector<Value*, 16> GEPIdx; in ParseFunctionBody() local
2057 GEPIdx.push_back(Op); in ParseFunctionBody()
2060 I = GetElementPtrInst::Create(BasePtr, GEPIdx); in ParseFunctionBody()