Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isTruncatingStore

1671     assert(isTruncatingStore() == isTrunc && "isTrunc encoding error!");
1677 /// isTruncatingStore - Return true if the op does a truncation before store.
1680 bool isTruncatingStore() const { return SubclassData & 1; }
1845 return St && !St->isTruncatingStore() &&
1852 return isa<StoreSDNode>(N) && !cast<StoreSDNode>(N)->isTruncatingStore();
1858 return isa<StoreSDNode>(N) && cast<StoreSDNode>(N)->isTruncatingStore();