Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1300 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline() local
1301 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
1302 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
1303 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2947 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline() local
2948 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
2949 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
2950 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()