Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2464 unsigned SrcOpc = Src.getOpcode(); in matchIndexRecursively() local
2465 if (((SrcOpc == ISD::ADD && Src->getFlags().hasNoUnsignedWrap()) || in matchIndexRecursively()
2497 SDValue ExtAdd = CurDAG->getNode(SrcOpc, DL, VT, ExtSrc, ExtVal); in matchIndexRecursively()