Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3241 APInt TruncatedCase = Case.getCaseValue()->getValue().trunc(NewWidth); in visitSwitchInst() local
3242 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase)); in visitSwitchInst()