Lines Matching full:fieldno
451 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
455 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo,
459 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
461 FieldNo, DestTy);
483 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
487 FieldNo, DestTy);
498 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);