Searched refs:is_constant (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc35 bool is_constant; member in struct:v8::internal::compiler::InterpreterState::Key
41 if (this->is_constant != other.is_constant) {
42 return this->is_constant;
54 return this->is_constant == other.is_constant &&
77 bool is_constant = op.IsConstant(); local
81 if (!is_constant) {
95 Key key = {is_constant, is_float, kind, index};
102 if (key.is_constant) {
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c518 unsigned int is_constant[2] = {0, 0}; local
543 is_constant[i] = 1;
547 if (is_constant[0] && is_constant[1])
/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp937 inline bool is_constant(GepNode *N) { function in namespace:__anon12163
952 while (is_constant(N) && !(N->Flags & GepNode::Root)) {
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml444 external is_constant : llvalue -> bool = "llvm_is_constant"
H A Dllvm.mli757 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
759 val is_constant : llvalue -> bool var
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml106 insist (is_constant c);

Completed in 246 milliseconds