Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3697 Type *NestTy = nullptr; in transformCallThroughTrampoline() local
3707 NestTy = *I; in transformCallThroughTrampoline()
3713 if (NestTy) { in transformCallThroughTrampoline()
3729 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
3730 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
3764 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()