Lines Matching refs:kAsmSigned
252 SetResult(expr, cache_.kAsmSigned); in VisitExpressionAnnotation()
339 RECURSE(VisitWithExpectation(stmt->condition(), cache_.kAsmSigned, in VisitIfStatement()
388 RECURSE(VisitWithExpectation(stmt->tag(), cache_.kAsmSigned, in VisitSwitchStatement()
400 RECURSE(VisitWithExpectation(label, cache_.kAsmSigned, in VisitSwitchStatement()
433 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned, in VisitDoWhileStatement()
442 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned, in VisitWhileStatement()
456 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned, in VisitForStatement()
596 IntersectResult(expr, cache_.kAsmSigned); in VisitLiteral()
734 RECURSE(VisitWithExpectation(bin->left(), cache_.kAsmSigned, in VisitHeapAccess()
740 RECURSE(VisitWithExpectation(bin->right(), cache_.kAsmSigned, in VisitHeapAccess()
745 bin->set_bounds(Bounds(cache_.kAsmSigned)); in VisitHeapAccess()
750 RECURSE(VisitWithExpectation(literal, cache_.kAsmSigned, in VisitHeapAccess()
757 RECURSE(VisitWithExpectation(bin->left(), cache_.kAsmSigned, in VisitHeapAccess()
763 RECURSE(VisitWithExpectation(bin->right(), cache_.kAsmSigned, in VisitHeapAccess()
770 bin->set_bounds(Bounds(cache_.kAsmSigned)); in VisitHeapAccess()
953 !args->at(0)->bounds().upper->Is(cache_.kAsmSigned)) { in VisitCall()
960 !other->Is(cache_.kAsmSigned)) { in VisitCall()
1018 IntersectResult(expr, cache_.kAsmSigned); in VisitUnaryOperation()
1097 cache_.kAsmSigned, true); in VisitBinaryOperation()
1108 IntersectResult(expr, cache_.kAsmSigned); in VisitBinaryOperation()
1116 cache_.kAsmSigned, true); in VisitBinaryOperation()
1128 cache_.kAsmSigned, false); in VisitBinaryOperation()
1233 IntersectResult(expr, cache_.kAsmSigned); in VisitCompareOperation()
1306 Type::Function(cache_.kAsmSigned, cache_.kAsmInt, cache_.kAsmInt, zone()); in InitializeStdlib()