Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1765 Type *NestTy = nullptr; in transformCallThroughTrampoline() local
1773 NestTy = *I; in transformCallThroughTrampoline()
1778 if (NestTy) { in transformCallThroughTrampoline()
1801 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
1802 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
1846 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()