Lines Matching defs:CIdx
22267 unsigned CIdx = Idx->getZExtValue();
22268 if (M->second[CIdx])
22270 M->second.setBit(CIdx);
42877 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(1));
42881 if (CIdx && CIdx->getAPIntValue().ult(NumVecElts)) {
42882 unsigned Idx = CIdx->getZExtValue();
42916 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2));
42919 if (CIdx && CIdx->getAPIntValue().ult(VecVT.getVectorNumElements())) {
42920 unsigned Idx = CIdx->getZExtValue();
43175 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2));
43177 if (CIdx && CIdx->getAPIntValue().ult(VecVT.getVectorNumElements()) &&
43178 !DemandedElts[CIdx->getZExtValue()])
45189 auto *CIdx = dyn_cast<ConstantSDNode>(EltIdx);
45199 if (CIdx && CIdx->getAPIntValue().uge(NumSrcElts))
45203 if (CIdx && VT.isInteger()) {
45210 uint64_t Idx = CIdx->getZExtValue();
45224 DAG.getIntPtrConstant(CIdx->getZExtValue() * NumEltBits, dl));
45291 if (CIdx)
45293 N, InputVector.getValueType(), InputVector, CIdx->getZExtValue(),
45308 bool IsVar = !CIdx;
45343 if (CIdx && InputVector.getOpcode() == ISD::TRUNCATE) {