Searched refs:shufmask (Results 1 – 1 of 1) sorted by relevance
1149 SDValue shufmask = i64vec.getOperand(2); in SelectI64Constant() local1169 if (shufmask.getOpcode() == ISD::BITCAST) { in SelectI64Constant()1170 ReplaceUses(shufmask, shufmask.getOperand(0)); in SelectI64Constant()1171 shufmask = shufmask.getOperand(0); in SelectI64Constant()1174 SDNode *shufMaskNode = (shufmask.getNode()->isMachineOpcode() in SelectI64Constant()1175 ? shufmask.getNode() in SelectI64Constant()1176 : emitBuildVector(shufmask.getNode())); in SelectI64Constant()