Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:LL

319     assert(-(1LL << 27) <= static_cast<int64_t>(BranchImm) && 
320 static_cast<int64_t>(BranchImm) < (1LL << 27));