Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3554 SDValue AndInputValue2 = AndNode->getOperand(1); in performSETCCCombine() local
3555 if (AndInputValue2.getOpcode() != ISD::ZERO_EXTEND) in performSETCCCombine()
3573 if (AndInputValue2 != CmpInputValue) in performSETCCCombine()
3583 SDValue TruncValue2 = AndInputValue2.getNode()->getOperand(0); in performSETCCCombine()