Searched refs:constructDup (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10311 static SDValue constructDup(SDValue V, int Lane, SDLoc dl, EVT VT, in constructDup() function 10490 return constructDup(V1, Lane, dl, VT, Opcode, DAG); in LowerVECTOR_SHUFFLE() 10506 V1 = constructDup(V1, Lane, dl, NewVecTy, Opcode, DAG); in LowerVECTOR_SHUFFLE()
|