Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3790 APInt ShiftedCase = Shl->hasNoSignedWrap() ? CaseVal.ashr(ShiftAmt) in visitSwitchInst() local
3792 Case.setValue(ConstantInt::get(SI.getContext(), ShiftedCase)); in visitSwitchInst()