Lines Matching refs:Root
891 Instruction *hasUnsafePHIOrSelectUse(Instruction *Root, uint64_t &Size) {
898 Visited.insert(Root);
899 Uses.push_back(std::make_pair(cast<Instruction>(*U), Root));
900 const DataLayout &DL = Root->getModule()->getDataLayout();
2518 // Strip all inbounds GEPs and pointer casts to try to dig out any root
2783 // Strip all inbounds GEPs and pointer casts to try to dig out any root