Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp61 bool AnalyzeForSignBitExtraction) { in reassociateShiftAmtsOfTwoSameDirectionShifts() argument
92 if (AnalyzeForSignBitExtraction && !HadTwoRightShifts) in reassociateShiftAmtsOfTwoSameDirectionShifts()
99 if (!IdenticalShOpcodes && !AnalyzeForSignBitExtraction) in reassociateShiftAmtsOfTwoSameDirectionShifts()
105 if (Trunc && !AnalyzeForSignBitExtraction && in reassociateShiftAmtsOfTwoSameDirectionShifts()
127 if (HadTwoRightShifts && (Trunc || AnalyzeForSignBitExtraction)) { in reassociateShiftAmtsOfTwoSameDirectionShifts()
134 if (AnalyzeForSignBitExtraction) in reassociateShiftAmtsOfTwoSameDirectionShifts()
H A DInstCombineInternal.h113 bool AnalyzeForSignBitExtraction = false);