Searched refs:IsFoldable (Results 1 – 4 of 4) sorted by relevance
53 if (m.IsFoldable()) { // K & K => K in Reduce()63 if (m.IsFoldable()) { // K | K => K in Reduce()122 if (m.IsFoldable()) { // K ^ K => K in Reduce()131 if (m.IsFoldable()) { // K << K => K in Reduce()139 if (m.IsFoldable()) { // K >>> K => K in Reduce()147 if (m.IsFoldable()) { // K >> K => K in Reduce()155 if (m.IsFoldable()) { // K ror K => K in Reduce()163 if (m.IsFoldable()) { // K == K => K in Reduce()179 if (m.IsFoldable()) { // K + K => K in Reduce()188 if (m.IsFoldable()) { // K - K => K in Reduce()[all …]
120 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } in IsFoldable() function
3863 if (!IsFoldable(dominator)) { in GetFoldableDominator()
5685 bool IsFoldable(HAllocate* allocate) { in IsFoldable() function