Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19702 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth() function
19984 if (!checkValueWidth(SubsInputValue, MaskBits, ExtType) || in performCONDCombine()
19985 !checkValueWidth(AddInputValue2, MaskBits, ExtType) || in performCONDCombine()
19986 !checkValueWidth(AddInputValue1, MaskBits, ExtType) ) in performCONDCombine()