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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp1419 SmallVector<Value*, 8> GEPIdx; local
1420 GEPIdx.push_back(GEPI->getOperand(1));
1421 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end());
1423 Value *NGEPI = GetElementPtrInst::Create(NewPtr, GEPIdx,
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1664 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); local
1666 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx);
1693 Constant *GEPIdx[] = { local
1698 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2068 SmallVector<Value*, 16> GEPIdx;
2073 GEPIdx.push_back(Op);
2076 I = GetElementPtrInst::Create(BasePtr, GEPIdx);

Completed in 182 milliseconds