Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp363 int SecondOpIdxToRemove = std::min(ImpLROpIdx, ImpSPOpIdx); in ConvertBLRToBL() local
365 BL->removeOperand(SecondOpIdxToRemove); in ConvertBLRToBL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp345 int SecondOpIdxToRemove = std::min(ImpLROpIdx, ImpSPOpIdx); in ConvertIndirectCallToIndirectJump() local
347 BL->removeOperand(SecondOpIdxToRemove); in ConvertIndirectCallToIndirectJump()