reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
11207   EVT SrcEltVT = BV->getValueType(0).getVectorElementType();
11210   if (SrcEltVT == DstEltVT) return SDValue(BV, 0);
11219     for (SDValue Op : BV->op_values()) {
11223         Op = DAG.getNode(ISD::TRUNCATE, SDLoc(BV), SrcEltVT, Op);
11228                               BV->getValueType(0).getVectorNumElements());
11229     return DAG.getBuildVector(VT, SDLoc(BV), Ops);
11239     BV = ConstantFoldBITCASTofBUILD_VECTOR(BV, IntVT).getNode();
11239     BV = ConstantFoldBITCASTofBUILD_VECTOR(BV, IntVT).getNode();
11247     SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode();
11253   SDLoc DL(BV);
11262     for (unsigned i = 0, e = BV->getNumOperands(); i != e;
11270         SDValue Op = BV->getOperand(i+ (isLE ? (NumInputsPerOutput-j-1) : j));
11292                             NumOutputsPerInput*BV->getNumOperands());
11295   for (const SDValue &Op : BV->op_values()) {