Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2361 Type *NestTy = nullptr; in transformCallThroughTrampoline() local
2369 NestTy = *I; in transformCallThroughTrampoline()
2374 if (NestTy) { in transformCallThroughTrampoline()
2397 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
2398 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
2442 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()