Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SLSHardening.cpp344 int ImpSPOpIdx = -1; in ConvertBLRToBL() local
353 ImpSPOpIdx = OpIdx; in ConvertBLRToBL()
356 assert(ImpSPOpIdx != -1); in ConvertBLRToBL()
357 int FirstOpIdxToRemove = std::max(ImpLROpIdx, ImpSPOpIdx); in ConvertBLRToBL()
358 int SecondOpIdxToRemove = std::min(ImpLROpIdx, ImpSPOpIdx); in ConvertBLRToBL()