Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3588 SDValue TruncInputValue2 = TruncValue2.getNode()->getOperand(0); in performSETCCCombine() local
3593 !checkValueWidth(TruncInputValue2, ExtType2)) in performSETCCCombine()
3596 if (TruncInputValue1->getValueType(0) != TruncInputValue2->getValueType(0) || in performSETCCCombine()
3606 TruncInputValue1, TruncInputValue2); in performSETCCCombine()
3608 DAG.getSetCC(SDLoc(N), N->getValueType(0), NewAnd, TruncInputValue2, CC); in performSETCCCombine()