Home | History | Annotate | Download | only in IR

Lines Matching refs:FieldNo

468 /// Return a ConstantExpr with type DestTy for offsetof on Ty and FieldNo, with
472 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo,
476 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
478 FieldNo, DestTy);
500 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
504 FieldNo, DestTy);
515 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);