Home
last modified time | relevance | path

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

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