Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3590 ISD::LoadExtType ExtType2; in performSETCCCombine() local
3593 !checkValueWidth(TruncInputValue2, ExtType2)) in performSETCCCombine()
3600 if ((ExtType2 != ISD::ZEXTLOAD) && in performSETCCCombine()
3601 ((ExtType2 != ISD::SEXTLOAD) && (ExtType1 != ISD::SEXTLOAD))) in performSETCCCombine()