Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1707 Value *brVal = nullptr; in emitFunctionBody() local
1717 brVal = ConstantInt::get(RetTy, !SuccNum); in emitFunctionBody()
1720 brVal = ConstantInt::get(RetTy, SuccNum); in emitFunctionBody()
1724 ReturnInst::Create(Context, brVal, NewTarget); in emitFunctionBody()