Home | History | Annotate | Download | only in IR

Lines Matching defs:TruncInst

2293     case Trunc:    return new TruncInst    (S, Ty, Name, InsertBefore);
2314 case Trunc: return new TruncInst (S, Ty, Name, InsertAtEnd);
2708 TruncInst::TruncInst(
2714 TruncInst::TruncInst(
3445 TruncInst *TruncInst::clone_impl() const {
3446 return new TruncInst(getOperand(0), getType());