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