Searched refs:GEPIdx (Results 1 – 3 of 3) sorted by relevance
1417 SmallVector<Value*, 8> GEPIdx; in RewriteHeapSROALoadUser() local1418 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()
1664 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local1666 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()1693 Constant *GEPIdx[] = { in getOffsetOf() local1698 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
2052 SmallVector<Value*, 16> GEPIdx; in ParseFunctionBody() local2057 GEPIdx.push_back(Op); in ParseFunctionBody()2060 I = GetElementPtrInst::Create(BasePtr, GEPIdx); in ParseFunctionBody()