Searched refs:N000 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp919 SDValue N000 = N00.getOperand(0); local
934 if (N000 == N2 &&
938 MVT::i32, N000);
958 if (N000 == N2 &&
962 MVT::i32, N000);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3180 SDValue N000 = N00.getOperand(0); local
3181 if (!isBSwapHWordElement(N000, Parts))
3201 SDValue N000 = N00.getOperand(0);
3202 if (!isBSwapHWordElement(N000, Parts))

Completed in 840 milliseconds