Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18973 EVT BitcastResultTy; in performUzpCombine() local
18977 BitcastResultTy = MVT::v2i64; in performUzpCombine()
18980 BitcastResultTy = MVT::v4i32; in performUzpCombine()
18983 BitcastResultTy = MVT::v8i16; in performUzpCombine()
18990 DAG.getNode(ISD::BITCAST, DL, BitcastResultTy, UzpResult)); in performUzpCombine()