Searched refs:ShiftPartI8 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2444 auto ShiftPartI8 = [&dl, &DAG, this](unsigned Opc, SDValue V, SDValue A) { in LowerVECTOR_SHIFT() local 2454 return ShiftPartI8(Opc, Val, Amt); in LowerVECTOR_SHIFT() 2458 {ShiftPartI8(Opc, LoV, Amt), ShiftPartI8(Opc, HiV, Amt)}); in LowerVECTOR_SHIFT()
|