Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18942 SDValue SourceOp0 = getSourceOp(Op0); in performUzpCombine() local
18945 if (!SourceOp0 || !SourceOp1) in performUzpCombine()
18948 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()
18949 !SourceOp0.getValueType().isSimple()) in performUzpCombine()
18954 switch (SourceOp0.getSimpleValueType().SimpleTy) { in performUzpCombine()
18968 SDValue UzpOp0 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp0); in performUzpCombine()