Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2462 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline() local
2463 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
2464 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
2465 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4876 Value *NestVal = Tramp.getArgOperand(2); in transformCallThroughTrampoline() local
4877 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
4878 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
4879 NewArgs.push_back(NestVal); in transformCallThroughTrampoline()