Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5996 APInt NarrowConst = Case.getCaseValue()->getValue(); in optimizeSwitchInst() local
5998 NarrowConst.zext(RegWidth) : NarrowConst.sext(RegWidth); in optimizeSwitchInst()