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