Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1258 Type *NestTy = 0; in transformCallThroughTrampoline() local
1266 NestTy = *I; in transformCallThroughTrampoline()
1271 if (NestTy) { in transformCallThroughTrampoline()
1294 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
1295 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
1339 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()