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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14947 SDValue SliceInst = LSIt->loadSlice(); local
14948 CombineTo(LSIt->Inst, SliceInst, true);
14949 if (SliceInst.getOpcode() != ISD::LOAD)
14950 SliceInst = SliceInst.getOperand(0);
14951 assert(SliceInst->getOpcode() == ISD::LOAD &&
14953 ArgChains.push_back(SliceInst.getValue(1));

Completed in 225 milliseconds