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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2843 APInt TruncatedCase = Case.getCaseValue()->getValue().trunc(NewWidth); local
2844 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase));

Completed in 96 milliseconds