Home
last modified time | relevance | path

Searched refs:SliceInst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19712 SDValue SliceInst = LS.loadSlice(); in SliceUpLoad() local
19713 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()