Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2374 SDValue ExtShVal = CurDAG->getNode(Opc, DL, VT, ShVal); in matchIndexRecursively() local
2375 SDValue ExtShift = CurDAG->getNode(ISD::SHL, DL, VT, ExtShVal, in matchIndexRecursively()
2377 insertDAGNode(*CurDAG, N, ExtShVal); in matchIndexRecursively()
2380 Res = ExtShVal; in matchIndexRecursively()