Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp636 Value *Cursor = II.getOperand(0), *EarliestReplacement = nullptr; in instCombineConvertFromSVBool() local
651 EarliestReplacement = Cursor; in instCombineConvertFromSVBool()
668 if (!EarliestReplacement) in instCombineConvertFromSVBool()
671 return IC.replaceInstUsesWith(II, EarliestReplacement); in instCombineConvertFromSVBool()