Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3265 APInt TruncatedCase = Case.getCaseValue()->getValue().trunc(NewWidth); in visitSwitchInst() local
3266 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase)); in visitSwitchInst()