Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4200 APInt TruncatedCase = Case.getCaseValue()->getValue().trunc(NewWidth); in visitSwitchInst() local
4201 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase)); in visitSwitchInst()
4243 APInt TruncatedCase = Case.getCaseValue()->getValue().trunc(NewWidth); in visitSwitchInst() local
4244 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase)); in visitSwitchInst()