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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp453 EVT DstEltVT = Op.getNode()->getValueType(0).getScalarType(); local
541 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
544 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
551 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
H A DDAGCombiner.cpp6332 /// node with Constant, ConstantFP or Undef operands. DstEltVT indicates the
6335 ConstantFoldBITCASTofBUILD_VECTOR(SDNode *BV, EVT DstEltVT) { argument
6339 if (SrcEltVT == DstEltVT) return SDValue(BV, 0);
6342 unsigned DstBitSize = DstEltVT.getSizeInBits();
6347 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT,
6355 DstEltVT, BV->getOperand(0)));
6365 DstEltVT, Op));
6385 if (DstEltVT.isFloatingPoint()) {
6386 assert((DstEltVT == MVT::f32 || DstEltVT
[all...]

Completed in 277 milliseconds