Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8065 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
8067 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
8068 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
8069 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
8070 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6498 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
6499 if (getSetCCResultType(N00VT) == N0.getValueType()) in visitZERO_EXTEND()
6509 if (VT.getSizeInBits() == N00VT.getSizeInBits()) { in visitZERO_EXTEND()
6520 *DAG.getContext(), N00VT.getScalarType().getSizeInBits()); in visitZERO_EXTEND()
6522 *DAG.getContext(), MatchingElementType, N00VT.getVectorNumElements()); in visitZERO_EXTEND()