Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp98 bool IdenticalShOpcodes = Sh0->getOpcode() == Sh1->getOpcode(); in reassociateShiftAmtsOfTwoSameDirectionShifts() local
99 if (!IdenticalShOpcodes && !AnalyzeForSignBitExtraction) in reassociateShiftAmtsOfTwoSameDirectionShifts()
138 assert(IdenticalShOpcodes && "Should not get here with different shifts."); in reassociateShiftAmtsOfTwoSameDirectionShifts()