Home | History | Annotate | Download | only in Analysis

Lines Matching defs:FieldNo

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