Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2431 Type *NestTy = nullptr; in transformCallThroughTrampoline() local
2441 NestTy = *I; in transformCallThroughTrampoline()
2447 if (NestTy) { in transformCallThroughTrampoline()
2463 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
2464 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
2498 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2912 Type *NestTy = nullptr; in transformCallThroughTrampoline() local
2920 NestTy = *I; in transformCallThroughTrampoline()
2925 if (NestTy) { in transformCallThroughTrampoline()
2948 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
2949 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
2994 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4845 Type *NestTy = nullptr; in transformCallThroughTrampoline() local
4855 NestTy = *I; in transformCallThroughTrampoline()
4861 if (NestTy) { in transformCallThroughTrampoline()
4877 if (NestVal->getType() != NestTy) in transformCallThroughTrampoline()
4878 NestVal = Builder.CreateBitCast(NestVal, NestTy, "nest"); in transformCallThroughTrampoline()
4912 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()