Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3587 SDValue TruncInputValue1 = TruncValue1.getNode()->getOperand(0); in performSETCCCombine() local
3592 if (!checkValueWidth(TruncInputValue1, ExtType1) || in performSETCCCombine()
3596 if (TruncInputValue1->getValueType(0) != TruncInputValue2->getValueType(0) || in performSETCCCombine()
3597 AndNode->getValueType(0) != TruncInputValue1->getValueType(0)) in performSETCCCombine()
3606 TruncInputValue1, TruncInputValue2); in performSETCCCombine()