Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22296 EVT BitcastResultTy; in performUzpCombine() local
22300 BitcastResultTy = MVT::v2i64; in performUzpCombine()
22303 BitcastResultTy = MVT::v4i32; in performUzpCombine()
22306 BitcastResultTy = MVT::v8i16; in performUzpCombine()
22313 DAG.getNode(ISD::BITCAST, DL, BitcastResultTy, UzpResult)); in performUzpCombine()