Lines Matching defs:CIndex
21918 ConstantSDNode *CIndex = dyn_cast<ConstantSDNode>(StVal.getOperand(2));21919 if (!CIndex)21921 uint64_t IndexVal = CIndex->getZExtValue();25932 auto *CIndex = dyn_cast<ConstantSDNode>(N->getOperand(1));25933 if (!CIndex)25936 unsigned Index = CIndex->getZExtValue();