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.cpp20710 SDValue SliceInst = LS.loadSlice(); in SliceUpLoad() local
20711 CombineTo(LS.Inst, SliceInst, true); in SliceUpLoad()
20712 if (SliceInst.getOpcode() != ISD::LOAD) in SliceUpLoad()
20713 SliceInst = SliceInst.getOperand(0); in SliceUpLoad()
20714 assert(SliceInst->getOpcode() == ISD::LOAD && in SliceUpLoad()
20716 ArgChains.push_back(SliceInst.getValue(1)); in SliceUpLoad()