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

/external/llvm/lib/IR/
H A DConstants.cpp1745 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); local
1747 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx);
1774 Constant *GEPIdx[] = { local
1779 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1424 SmallVector<Value*, 8> GEPIdx; local
1425 GEPIdx.push_back(GEPI->getOperand(1));
1426 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end());
1428 Value *NGEPI = GetElementPtrInst::Create(NewPtr, GEPIdx,
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2284 SmallVector<Value*, 16> GEPIdx;
2289 GEPIdx.push_back(Op);
2292 I = GetElementPtrInst::Create(BasePtr, GEPIdx);

Completed in 4356 milliseconds