Home | History | Annotate | Download | only in IR

Lines Matching refs:FieldNo

456 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
460 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo,
464 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
466 FieldNo, DestTy);
488 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
492 FieldNo, DestTy);
503 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);