Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7854 const APInt &NarrowConst = Case.getCaseValue()->getValue(); in optimizeSwitchType() local
7856 ? NarrowConst.zext(RegWidth) in optimizeSwitchType()
7857 : NarrowConst.sext(RegWidth); in optimizeSwitchType()