Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp60 bool AnalyzeForSignBitExtraction) { in reassociateShiftAmtsOfTwoSameDirectionShifts() argument
91 if (AnalyzeForSignBitExtraction && !HadTwoRightShifts) in reassociateShiftAmtsOfTwoSameDirectionShifts()
98 if (!IdenticalShOpcodes && !AnalyzeForSignBitExtraction) in reassociateShiftAmtsOfTwoSameDirectionShifts()
104 if (Trunc && !AnalyzeForSignBitExtraction && in reassociateShiftAmtsOfTwoSameDirectionShifts()
126 if (HadTwoRightShifts && (Trunc || AnalyzeForSignBitExtraction)) { in reassociateShiftAmtsOfTwoSameDirectionShifts()
133 if (AnalyzeForSignBitExtraction) in reassociateShiftAmtsOfTwoSameDirectionShifts()
H A DInstCombineInternal.h122 bool AnalyzeForSignBitExtraction = false);