Home | History | Annotate | Download | only in VMCore

Lines Matching refs:FieldNo

1543 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) {
1545 FieldNo));
1548 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) {
1549 // offsetof is implemented as: (i64) gep (Ty*)null, 0, FieldNo
1553 FieldNo