Lines Matching refs:FieldNo
211 Constant *FieldNo; in print() local
212 if (U->isOffsetOf(CTy, FieldNo)) { in print()
214 WriteAsOperand(OS, FieldNo, false); in print()
399 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const { in isOffsetOf()
413 FieldNo = CE->getOperand(2); in isOffsetOf()
2600 unsigned FieldNo) { in getOffsetOfExpr() argument
2606 TD->getStructLayout(STy)->getElementOffset(FieldNo)); in getOffsetOfExpr()
2608 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo); in getOffsetOfExpr()
2617 Constant *FieldNo) { in getOffsetOfExpr() argument
2618 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo); in getOffsetOfExpr()
3144 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue(); in createNodeForGEP() local
3145 const SCEV *FieldOffset = getOffsetOfExpr(STy, FieldNo); in createNodeForGEP()