Home | History | Annotate | Download | only in Analysis

Lines Matching full: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);
2619 unsigned FieldNo) {
2625 TD->getStructLayout(STy)->getElementOffset(FieldNo));
2627 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo);
2636 Constant *FieldNo) {
2637 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo);
3201 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
3202 FieldNo);