Home
last modified time | relevance | path

Searched refs:analyze_offset (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-data-ref.c1883 analyze_offset (tree offset, tree *invariant, tree *constant) in analyze_offset() function
1905 if (!analyze_offset (op0, &invariant_0, &constant_0) in analyze_offset()
1906 || !analyze_offset (op1, &invariant_1, &constant_1)) in analyze_offset()
2001 if (!analyze_offset (offset, &invariant, &constant)) in create_data_ref()
HDChangeLog1285 * tree-data-ref.c (analyze_offset): Add a return value (bool) to
1288 (create_data_ref): Fail if analyze_offset fails.
HDChangeLog-20058717 (analyze_offset) Use fold_build2 instead of fold (build.
10519 (analyze_offset): New function.