Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16748 static bool isCheapToExtend(const SDValue &N) { in isCheapToExtend() function
16779 if (isCheapToExtend(SetCC.getOperand(0)) && in performSignExtendSetCCCombine()
16780 isCheapToExtend(SetCC.getOperand(1))) { in performSignExtendSetCCCombine()