Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1741 Value *Cursor = II.getOperand(0), *EarliestReplacement = nullptr; in instCombineConvertFromSVBool() local
1756 EarliestReplacement = Cursor; in instCombineConvertFromSVBool()
1773 if (!EarliestReplacement) in instCombineConvertFromSVBool()
1776 return IC.replaceInstUsesWith(II, EarliestReplacement); in instCombineConvertFromSVBool()