Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp872 Value *Cursor = II.getOperand(0), *EarliestReplacement = nullptr; in instCombineConvertFromSVBool() local
887 EarliestReplacement = Cursor; in instCombineConvertFromSVBool()
904 if (!EarliestReplacement) in instCombineConvertFromSVBool()
907 return IC.replaceInstUsesWith(II, EarliestReplacement); in instCombineConvertFromSVBool()