Searched refs:is_constant (Results 1 – 7 of 7) sorted by relevance
518 unsigned int is_constant[2] = {0, 0}; in is_presub_candidate() local543 is_constant[i] = 1; in is_presub_candidate()547 if (is_constant[0] && is_constant[1]) in is_presub_candidate()
985 StoreGlobalStub(Isolate* isolate, bool is_constant, bool check_global) in StoreGlobalStub() argument987 bit_field_ = IsConstantBits::encode(is_constant) | in StoreGlobalStub()1017 bool is_constant() const { in is_constant() function
1044 if (stub->is_constant()) { in BuildCodeInitializedStub()
435 external is_constant : llvalue -> bool = "llvm_is_constant"
735 (** [is_constant v] returns [true] if the value [v] is a constant, [false]737 val is_constant : llvalue -> bool val
106 insist (is_constant c);