Home | History | Annotate | Download | only in IR

Lines Matching refs:SrcTy

1180                                         bool OnlyIfReduced, Type *SrcTy) const {
1220 assert(SrcTy || (Ops[0]->getType() == getOperand(0)->getType()));
1222 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1),
1643 "SrcTy must be larger than DestTy for Trunc!");
1657 "SrcTy must be smaller than DestTy for SExt!");
1671 "SrcTy must be smaller than DestTy for ZExt!");