Home | History | Annotate | Download | only in IR

Lines Matching refs:getOffsetOf

1853 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) {
1854 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
1858 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) {