Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp97 bool IdenticalShOpcodes = Sh0->getOpcode() == Sh1->getOpcode(); in reassociateShiftAmtsOfTwoSameDirectionShifts() local
98 if (!IdenticalShOpcodes && !AnalyzeForSignBitExtraction) in reassociateShiftAmtsOfTwoSameDirectionShifts()
137 assert(IdenticalShOpcodes && "Should not get here with different shifts."); in reassociateShiftAmtsOfTwoSameDirectionShifts()