Home | History | Annotate | Download | only in IR

Lines Matching full:fieldno

1766 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) {
1768 FieldNo));
1771 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) {
1772 // offsetof is implemented as: (i64) gep (Ty*)null, 0, FieldNo
1776 FieldNo