Searched refs:ConstantFoldBITCASTofBUILD_VECTOR (Results 1 – 1 of 1) sorted by relevance
632 SDValue ConstantFoldBITCASTofBUILD_VECTOR(SDNode *, EVT);15390 return ConstantFoldBITCASTofBUILD_VECTOR(N0.getNode(), in visitBITCAST()15773 ConstantFoldBITCASTofBUILD_VECTOR(SDNode *BV, EVT DstEltVT) { in ConstantFoldBITCASTofBUILD_VECTOR() function in DAGCombiner15806 BV = ConstantFoldBITCASTofBUILD_VECTOR(BV, IntVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()15814 SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()15817 return ConstantFoldBITCASTofBUILD_VECTOR(Tmp, DstEltVT); in ConstantFoldBITCASTofBUILD_VECTOR()