Home | History | Annotate | Download | only in VMCore

Lines Matching refs:FieldNo

1540 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) {
1542 FieldNo));
1545 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) {
1546 // offsetof is implemented as: (i64) gep (Ty*)null, 0, FieldNo
1550 FieldNo