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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp390 EVT DstEltVT = Op.getNode()->getValueType(0).getScalarType(); local
476 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
479 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
486 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
H A DDAGCombiner.cpp5704 /// node with Constant, ConstantFP or Undef operands. DstEltVT indicates the
5707 ConstantFoldBITCASTofBUILD_VECTOR(SDNode *BV, EVT DstEltVT) { argument
5711 if (SrcEltVT == DstEltVT) return SDValue(BV, 0);
5714 unsigned DstBitSize = DstEltVT.getSizeInBits();
5719 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT,
5727 DstEltVT, BV->getOperand(0)));
5737 DstEltVT, Op));
5758 if (DstEltVT.isFloatingPoint()) {
5759 assert((DstEltVT == MVT::f32 || DstEltVT
[all...]

Completed in 115 milliseconds