Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp540 ReturnInst *NTRet = ReturnInst::Create(Context, brVal, NewTarget); in emitCallAndSwitchStatement() local
600 NTRet); in emitCallAndSwitchStatement()
601 new StoreInst(outputs[out], GEP, NTRet); in emitCallAndSwitchStatement()
603 new StoreInst(outputs[out], &*OAI, NTRet); in emitCallAndSwitchStatement()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp507 ReturnInst *NTRet = ReturnInst::Create(Context, brVal, NewTarget); in emitCallAndSwitchStatement() local
565 NTRet); in emitCallAndSwitchStatement()
566 new StoreInst(outputs[out], GEP, NTRet); in emitCallAndSwitchStatement()
568 new StoreInst(outputs[out], OAI, NTRet); in emitCallAndSwitchStatement()