Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18943 SDValue SourceOp1 = getSourceOp(Op1); in performUzpCombine() local
18945 if (!SourceOp0 || !SourceOp1) in performUzpCombine()
18948 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()
18969 SDValue UzpOp1 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp1); in performUzpCombine()