HomeSort by: relevance | last modified time | path
    Searched defs:is_constant (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 407 bool is_constant () const;
410 typename if_lossless<T, C, bool>::type is_constant (T *) const;
553 poly_int<N, C>::is_constant () const function in class:poly_int
568 poly_int<N, C>::is_constant (T *const_value) const function in class:poly_int
570 if (is_constant ())
588 gcc_checking_assert (is_constant ());
688 gcc_checking_assert (this->is_constant ());
1636 if (b.is_constant ())
1638 if (a.is_constant ())
1936 if (NCa (a.coeffs[0]) % NCb (b) != 0 || !a.is_constant ())
    [all...]
graphite-isl-ast-to-gimple.cc 203 bool is_constant (tree op) const function in class:translate_isl_ast_to_gimple
tree-ssa-ccp.cc 2208 bool is_constant = false; local
2260 is_constant = simplified && is_gimple_min_invariant (simplified);
2261 fold_undefer_overflow_warnings (is_constant, stmt, 0);
2262 if (is_constant)
2290 is_constant = simplified && is_gimple_min_invariant (simplified);
2291 if (is_constant)
2313 && !is_constant)
2464 is_constant = (val.lattice_val == CONSTANT);
2468 && ((is_constant && TREE_CODE (val.value) == INTEGER_CST)
2469 || !is_constant)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 361 bool is_constant () const;
364 typename if_lossless<T, C, bool>::type is_constant (T *) const;
469 poly_int_pod<N, C>::is_constant () const function in class:poly_int_pod
484 poly_int_pod<N, C>::is_constant (T *const_value) const function in class:poly_int_pod
486 if (is_constant ())
504 gcc_checking_assert (is_constant ());
604 gcc_checking_assert (this->is_constant ());
1697 if (b.is_constant ())
1699 if (a.is_constant ())
1998 if (NCa (a.coeffs[0]) % NCb (b) != 0 || !a.is_constant ())
    [all...]
graphite-isl-ast-to-gimple.cc 203 bool is_constant (tree op) const function in class:translate_isl_ast_to_gimple
tree-ssa-ccp.cc 2190 bool is_constant = false; local
2242 is_constant = simplified && is_gimple_min_invariant (simplified);
2243 fold_undefer_overflow_warnings (is_constant, stmt, 0);
2244 if (is_constant)
2272 is_constant = simplified && is_gimple_min_invariant (simplified);
2273 if (is_constant)
2295 && !is_constant)
2444 is_constant = (val.lattice_val == CONSTANT);
2448 && ((is_constant && TREE_CODE (val.value) == INTEGER_CST)
2449 || !is_constant)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 937 inline bool is_constant(GepNode *N) { function in namespace:__anon4851
952 while (is_constant(N) && !(N->Flags & GepNode::Root)) {
  /src/external/mit/isl/dist/
isl_tab.c 3444 static isl_bool is_constant(struct isl_tab *tab, struct isl_tab_var *var, function
3610 is_cst = is_constant(tab, var, value);
isl_tab_pip.c 1565 static int is_constant(struct isl_tab *tab, int row) function
1622 if (is_constant(tab, row)) {
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 1213 virtual bool is_constant () const { return false; } function in class:gcc::jit::recording::rvalue
1595 bool is_constant () const final override { return true; }
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 1151 virtual bool is_constant () const { return false; } function in class:gcc::jit::recording::rvalue
1519 bool is_constant () const FINAL OVERRIDE { return true; }
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 861 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
863 val is_constant : llvalue -> bool var
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 343 bool is_constant () const function in struct:dynamic_prop
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 343 bool is_constant () const function in struct:dynamic_prop
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 73 bool is_constant; member in struct:gfc_intrinsic_map_t
905 TREE_READONLY (fndecl) = m->is_constant;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 73 bool is_constant; member in struct:gfc_intrinsic_map_t
912 TREE_READONLY (fndecl) = m->is_constant;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 13358 bool is_constant = CONSTANT_P (x);
13375 if (is_constant)
13438 if (is_constant || GET_CODE (x) == PLUS)
13339 bool is_constant = CONSTANT_P (x); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 12973 bool is_constant = CONSTANT_P (x);
12990 if (is_constant)
13053 if (is_constant || GET_CODE (x) == PLUS)
12954 bool is_constant = CONSTANT_P (x); local

Completed in 126 milliseconds