Lines Matching defs:CIdx
22650 unsigned CIdx = Idx->getZExtValue();
22651 if (M->second[CIdx])
22653 M->second.setBit(CIdx);
44047 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(1));
44051 if (CIdx && CIdx->getAPIntValue().ult(NumVecElts)) {
44052 unsigned Idx = CIdx->getZExtValue();
44086 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2));
44089 if (CIdx && CIdx->getAPIntValue().ult(VecVT.getVectorNumElements())) {
44090 unsigned Idx = CIdx->getZExtValue();
44345 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2));
44347 if (CIdx && CIdx->getAPIntValue().ult(VecVT.getVectorNumElements()) &&
44348 !DemandedElts[CIdx->getZExtValue()])
46378 auto *CIdx = dyn_cast<ConstantSDNode>(EltIdx);
46388 if (CIdx && CIdx->getAPIntValue().uge(NumSrcElts))
46392 if (CIdx && VT.isInteger()) {
46399 uint64_t Idx = CIdx->getZExtValue();
46414 DAG.getVectorIdxConstant(CIdx->getZExtValue() * NumEltBits, dl));
46481 if (CIdx)
46483 N, InputVector.getValueType(), InputVector, CIdx->getZExtValue(),
46498 bool IsVar = !CIdx;
46533 if (CIdx && InputVector.getOpcode() == ISD::TRUNCATE) {