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.cpp4945 static bool checkValueWidth(SDValue V, ISD::LoadExtType &ExtType) { in checkValueWidth() function
5087 if (!checkValueWidth(TruncInputValue1, ExtType1) || in performSETCCCombine()
5088 !checkValueWidth(TruncInputValue2, ExtType2)) in performSETCCCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24480 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth() function
24763 if (!checkValueWidth(SubsInputValue, MaskBits, ExtType) || in performCONDCombine()
24764 !checkValueWidth(AddInputValue2, MaskBits, ExtType) || in performCONDCombine()
24765 !checkValueWidth(AddInputValue1, MaskBits, ExtType) ) in performCONDCombine()