Searched refs:GEPIdx (Results 1 – 3 of 3) sorted by relevance
1423 SmallVector<Value*, 8> GEPIdx; in RewriteHeapSROALoadUser() local1424 GEPIdx.push_back(GEPI->getOperand(1)); in RewriteHeapSROALoadUser()1425 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end()); in RewriteHeapSROALoadUser()1427 Value *NGEPI = GetElementPtrInst::Create(NewPtr, GEPIdx, in RewriteHeapSROALoadUser()
1740 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local1742 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()1769 Constant *GEPIdx[] = { in getOffsetOf() local1774 Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
2156 SmallVector<Value*, 16> GEPIdx; in ParseFunctionBody() local2161 GEPIdx.push_back(Op); in ParseFunctionBody()2164 I = GetElementPtrInst::Create(BasePtr, GEPIdx); in ParseFunctionBody()