Home | History | Annotate | Download | only in IR

Lines Matching refs:TruncInst

2330     case Trunc:    return new TruncInst    (S, Ty, Name, InsertBefore);
2351 case Trunc: return new TruncInst (S, Ty, Name, InsertAtEnd);
2795 TruncInst::TruncInst(
2801 TruncInst::TruncInst(
3532 TruncInst *TruncInst::clone_impl() const {
3533 return new TruncInst(getOperand(0), getType());