Searched refs:MAX_PIECES (Results 1 – 2 of 2) sorted by relevance
221 static const unsigned int MAX_PIECES = NUM_FP_ARG_REGS + NUM_PR_ARG_REGS; variable223 static_assert (MAX_PIECES >= 8, "Need to store at least 8 predicates");256 auto_vec<piece, MAX_PIECES> pieces;1956 if (count > MAX_PIECES) in analyze_array()1959 if (count * element_info.pieces.length () > MAX_PIECES) in analyze_array()2016 || pieces.length () + field_info.pieces.length () > MAX_PIECES) in analyze_record()
228 static const unsigned int MAX_PIECES = NUM_FP_ARG_REGS + NUM_PR_ARG_REGS; member in __anon143809a40411::pure_scalable_type_info229 static_assert (MAX_PIECES >= 8, "Need to store at least 8 predicates");261 auto_vec<piece, MAX_PIECES> pieces;3089 if (count > MAX_PIECES) in analyze_array()3092 if (count * element_info.pieces.length () > MAX_PIECES) in analyze_array()3149 || pieces.length () + field_info.pieces.length () > MAX_PIECES) in analyze_record()