Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20947 SDValue SourceOp0 = getSourceOp(Op0); in performUzpCombine() local
20950 if (!SourceOp0 || !SourceOp1) in performUzpCombine()
20953 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()
20954 !SourceOp0.getValueType().isSimple()) in performUzpCombine()
20959 switch (SourceOp0.getSimpleValueType().SimpleTy) { in performUzpCombine()
20973 SDValue UzpOp0 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp0); in performUzpCombine()