Searched refs:ScalarV (Results 1 – 2 of 2) sorted by relevance
13098 SDValue ScalarV = Reduce.getOperand(2); in combineBinOpToReduce() 13099 EVT ScalarVT = ScalarV.getValueType(); in combineBinOpToReduce() 13100 if (ScalarV.getOpcode() == ISD::INSERT_SUBVECTOR && in combineBinOpToReduce() 13101 ScalarV.getOperand(0)->isUndef() && in combineBinOpToReduce() 13102 isNullConstant(ScalarV.getOperand(2))) in combineBinOpToReduce() 13103 ScalarV = ScalarV.getOperand(1); in combineBinOpToReduce() 13105 // Make sure that ScalarV is a splat with VL=1. in combineBinOpToReduce() 13106 if (ScalarV.getOpcode() != RISCVISD::VFMV_S_F_VL && in combineBinOpToReduce() 13107 ScalarV in combineBinOpToReduce() 13095 SDValue ScalarV = Reduce.getOperand(2); combineBinOpToReduce() local [all...]
1843 if (SDValue ScalarV = getSplatValue(Op.getNode())) { in lowerBUILD_VECTOR() local1846 return CDAG.getBroadcast(ResultVT, ScalarV, AVL); in lowerBUILD_VECTOR()