Searched refs:SliceInst (Results 1 – 1 of 1) sorted by relevance
19712 SDValue SliceInst = LS.loadSlice(); in SliceUpLoad() local19713 CombineTo(LS.Inst, SliceInst, true); in SliceUpLoad()19714 if (SliceInst.getOpcode() != ISD::LOAD) in SliceUpLoad()19715 SliceInst = SliceInst.getOperand(0); in SliceUpLoad()19716 assert(SliceInst->getOpcode() == ISD::LOAD && in SliceUpLoad()19718 ArgChains.push_back(SliceInst.getValue(1)); in SliceUpLoad()