Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp609 Value *Cursor = II.getOperand(0), *EarliestReplacement = nullptr; in instCombineConvertFromSVBool() local
624 EarliestReplacement = Cursor; in instCombineConvertFromSVBool()
641 if (!EarliestReplacement) in instCombineConvertFromSVBool()
644 return IC.replaceInstUsesWith(II, EarliestReplacement); in instCombineConvertFromSVBool()