Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13822 auto *ConstN00 = dyn_cast<ConstantSDNode>(N0.getOperand(0)); in performXORCombine() local
13824 if (ConstN00 && CC == ISD::SETLT) { in performXORCombine()
13827 const APInt &Imm = ConstN00->getAPIntValue(); in performXORCombine()