Home
last modified time | relevance | path

Searched refs:ToApply (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveInterval.cpp921 LaneBitmask ToApply = LaneMask; in refineSubRanges() local
946 ToApply &= ~Matching; in refineSubRanges()
949 if (ToApply.any()) { in refineSubRanges()
950 SubRange *NewRange = createSubRange(Allocator, ToApply); in refineSubRanges()