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.cpp976 Value *Cursor = II.getOperand(0), *EarliestReplacement = nullptr; in instCombineConvertFromSVBool() local
991 EarliestReplacement = Cursor; in instCombineConvertFromSVBool()
1008 if (!EarliestReplacement) in instCombineConvertFromSVBool()
1011 return IC.replaceInstUsesWith(II, EarliestReplacement); in instCombineConvertFromSVBool()