Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3559 SDValue AndInputValue1 = AndNode->getOperand(0); in performSETCCCombine() local
3560 if (AndInputValue1.getOpcode() == ISD::XOR) { in performSETCCCombine()
3563 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(AndInputValue1.getOperand(1)); in performSETCCCombine()
3569 AndInputValue1 = AndInputValue1.getOperand(0); in performSETCCCombine()
3570 if (AndInputValue1.getOpcode() != ISD::ZERO_EXTEND) in performSETCCCombine()
3572 } else if (AndInputValue1.getOpcode() == ISD::ZERO_EXTEND) { in performSETCCCombine()
3579 SDValue TruncValue1 = AndInputValue1.getNode()->getOperand(0); in performSETCCCombine()