Searched defs:NestTy (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1266 Type *NestTy = 0; local
1274 NestTy = *I;
1279 if (NestTy) {
1301 if (NestVal->getType() != NestTy)
1302 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest");
1341 NewTypes.push_back(NestTy);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2912 Type *NestTy = nullptr; local
2920 NestTy = *I;
2925 if (NestTy) {
2948 if (NestVal->getType() != NestTy)
2949 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest");
2994 NewTypes.push_back(NestTy);

Completed in 79 milliseconds