Searched refs:is_left_constant (Results 1 – 1 of 1) sorted by relevance
498 bool is_left_constant = ToIntPtrConstant(left, left_constant); in CODE_ASSEMBLER_BINARY_OP_LIST() local501 if (is_left_constant) { in CODE_ASSEMBLER_BINARY_OP_LIST()519 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrSub() local522 if (is_left_constant) { in IntPtrSub()537 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrMul() local540 if (is_left_constant) { in IntPtrMul()574 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordOr() local577 if (is_left_constant) { in WordOr()595 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordAnd() local598 if (is_left_constant) { in WordAnd()[all …]