Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2396 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline() local
2397 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
2398 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
2399 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()