Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1297 Value *brVal = nullptr; in emitCallAndSwitchStatement() local
1303 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
1306 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement()
1310 ReturnInst::Create(Context, brVal, NewTarget); in emitCallAndSwitchStatement()