Searched refs:AddrPart (Results 1 – 1 of 1) sorted by relevance
2168 Value *AddrPart = State.get(Addr, VPIteration(Part, 0)); in execute() local2169 if (auto *I = dyn_cast<Instruction>(AddrPart)) in execute()2185 if (auto *gep = dyn_cast<GetElementPtrInst>(AddrPart->stripPointerCasts())) in execute()2187 AddrPart = State.Builder.CreateGEP(ScalarTy, AddrPart, Idx, "", InBounds); in execute()2188 AddrParts.push_back(AddrPart); in execute()