Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4394 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline() local
4395 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
4396 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
4397 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()