Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1206 Value *brVal = nullptr; in emitCallAndSwitchStatement() local
1211 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
1214 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement()
1218 ReturnInst::Create(Context, brVal, NewTarget); in emitCallAndSwitchStatement()