Searched refs:isTruncStore (Results 1 – 4 of 4) sorted by relevance
108 // as isTruncStore require that this is not a perfect 1:1 mapping since a
908 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()916 if (isTruncStore()) in getPredCode()1029 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()1036 if (isTruncStore()) in getPredCode()1118 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn1235 if (isTruncStore()) in getCodeToRunOnSDNode()
555 bool isTruncStore() const;
228 if (P.isTruncStore()) in explainPredicates()