ΒΆtemplate <typename T>
auto& getSubrangeImpl(llvm::LaneBitmask LM, T& LI)
template <typename T>
auto& getSubrangeImpl(llvm::LaneBitmask LM, T& LI)
Description
Find a subrange corresponding to the exact lane mask @p LM in the live interval @p LI. The interval @p LI is assumed to contain such a subrange. This function is used to find corresponding subranges between the original interval and the new intervals.
Declared at: llvm/lib/CodeGen/SplitKit.cpp:392
Templates
- T
Parameters
- llvm::LaneBitmask LM
- T& LI