Searched refs:SliceInst (Results 1 – 2 of 2) sorted by relevance
10701 SDValue SliceInst = LSIt->loadSlice(); in SliceUpLoad() local10702 CombineTo(LSIt->Inst, SliceInst, true); in SliceUpLoad()10703 if (SliceInst.getNode()->getOpcode() != ISD::LOAD) in SliceUpLoad()10704 SliceInst = SliceInst.getOperand(0); in SliceUpLoad()10705 assert(SliceInst->getOpcode() == ISD::LOAD && in SliceUpLoad()10707 ArgChains.push_back(SliceInst.getValue(1)); in SliceUpLoad()
13236 SDValue SliceInst = LSIt->loadSlice(); in SliceUpLoad() local13237 CombineTo(LSIt->Inst, SliceInst, true); in SliceUpLoad()13238 if (SliceInst.getOpcode() != ISD::LOAD) in SliceUpLoad()13239 SliceInst = SliceInst.getOperand(0); in SliceUpLoad()13240 assert(SliceInst->getOpcode() == ISD::LOAD && in SliceUpLoad()13242 ArgChains.push_back(SliceInst.getValue(1)); in SliceUpLoad()