reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35369 DAG.getBitcast(DstVT, RHS)); 35371 if (RHS.hasOneUse() && RHS.getOpcode() == ISD::BITCAST && 35371 if (RHS.hasOneUse() && RHS.getOpcode() == ISD::BITCAST && 35372 RHS.getOperand(0).getValueType() == DstVT) 35374 DAG.getBitcast(DstVT, LHS), RHS.getOperand(0)); 35378 if (ISD::isBuildVectorOfConstantSDNodes(RHS.getNode())) { 35379 RHS = combinevXi1ConstantToInteger(RHS, DAG); 35379 RHS = combinevXi1ConstantToInteger(RHS, DAG); 35381 DAG.getBitcast(DstVT, LHS), RHS);