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.cpp5054 SDValue AndInputValue1 = AndNode->getOperand(0); in performSETCCCombine() local
5055 if (AndInputValue1.getOpcode() == ISD::XOR) { in performSETCCCombine()
5058 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(AndInputValue1.getOperand(1)); in performSETCCCombine()
5064 AndInputValue1 = AndInputValue1.getOperand(0); in performSETCCCombine()
5065 if (AndInputValue1.getOpcode() != ISD::ZERO_EXTEND) in performSETCCCombine()
5067 } else if (AndInputValue1.getOpcode() == ISD::ZERO_EXTEND) { in performSETCCCombine()
5074 SDValue TruncValue1 = AndInputValue1.getNode()->getOperand(0); in performSETCCCombine()