Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7186 const APInt &NarrowConst = Case.getCaseValue()->getValue(); in optimizeSwitchType() local
7188 ? NarrowConst.zext(RegWidth) in optimizeSwitchType()
7189 : NarrowConst.sext(RegWidth); in optimizeSwitchType()