Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FieldNo

229     Constant *FieldNo;
230 if (U->isOffsetOf(CTy, FieldNo)) {
232 FieldNo->printAsOperand(OS, false);
427 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
441 FieldNo = CE->getOperand(2);
2712 unsigned FieldNo) {
2718 DL->getStructLayout(STy)->getElementOffset(FieldNo));
2721 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo);
3299 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
3300 const SCEV *FieldOffset = getOffsetOfExpr(IntPtrTy, STy, FieldNo);