Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FieldNo

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