Home | History | Annotate | Download | only in Analysis

Lines Matching defs:FieldNo

229     Constant *FieldNo;
230 if (U->isOffsetOf(CTy, FieldNo)) {
232 WriteAsOperand(OS, FieldNo, false);
429 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
443 FieldNo = CE->getOperand(2);
2616 unsigned FieldNo) {
2622 TD->getStructLayout(STy)->getElementOffset(FieldNo));
2624 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo);
2633 Constant *FieldNo) {
2634 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo);
3160 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
3161 const SCEV *FieldOffset = getOffsetOfExpr(STy, FieldNo);