Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FieldNo

459             Constant *FieldNo;
460 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
461 GepIndices.push_back(FieldNo);
463 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue());