Home | History | Annotate | Download | only in Analysis

Lines Matching defs:FieldNo

484             Constant *FieldNo;
485 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
486 GepIndices.push_back(FieldNo);
488 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue());