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

Declarations

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  527     SDValue ConstantFoldBITCASTofBUILD_VECTOR(SDNode *, EVT);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
10969     return ConstantFoldBITCASTofBUILD_VECTOR(N0.getNode(),
11239     BV = ConstantFoldBITCASTofBUILD_VECTOR(BV, IntVT).getNode();
11247     SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode();
11250     return ConstantFoldBITCASTofBUILD_VECTOR(Tmp, DstEltVT);