Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3450 static bool checkValueWidth(SDValue V, ISD::LoadExtType &ExtType) { in checkValueWidth() function
3592 if (!checkValueWidth(TruncInputValue1, ExtType1) || in performSETCCCombine()
3593 !checkValueWidth(TruncInputValue2, ExtType2)) in performSETCCCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23324 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth() function
23607 if (!checkValueWidth(SubsInputValue, MaskBits, ExtType) || in performCONDCombine()
23608 !checkValueWidth(AddInputValue2, MaskBits, ExtType) || in performCONDCombine()
23609 !checkValueWidth(AddInputValue1, MaskBits, ExtType) ) in performCONDCombine()