Home | History | Annotate | Download | only in VMCore

Lines Matching full:fieldno

1685 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) {
1687 FieldNo));
1690 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) {
1691 // offsetof is implemented as: (i64) gep (Ty*)null, 0, FieldNo
1695 FieldNo