Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp937 auto tryToMatchSignedTruncationCheck = [](ICmpInst *ICmp, Value *&X, in foldSignedTruncationCheck() local
955 if (tryToMatchSignedTruncationCheck(ICmp1, X1, HighestBit)) in foldSignedTruncationCheck()
957 else if (tryToMatchSignedTruncationCheck(ICmp0, X1, HighestBit)) in foldSignedTruncationCheck()