Lines Matching defs:CIndex
22808 ConstantSDNode *CIndex = dyn_cast<ConstantSDNode>(StVal.getOperand(2));22809 if (!CIndex)22811 uint64_t IndexVal = CIndex->getZExtValue();27067 auto *CIndex = dyn_cast<ConstantSDNode>(N->getOperand(1));27068 if (!CIndex)27071 unsigned Index = CIndex->getZExtValue();