Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1261 FunctionType *NestFTy = cast<FunctionType>(NestFPTy->getElementType()); in transformCallThroughTrampoline() local
1270 for (FunctionType::param_iterator I = NestFTy->param_begin(), in transformCallThroughTrampoline()
1271 E = NestFTy->param_end(); I != E; ++NestIdx, ++I) in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2907 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline() local
2916 for (FunctionType::param_iterator I = NestFTy->param_begin(), in transformCallThroughTrampoline()
2917 E = NestFTy->param_end(); I != E; ++NestIdx, ++I) in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4401 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline() local
4410 for (FunctionType::param_iterator I = NestFTy->param_begin(), in transformCallThroughTrampoline()
4411 E = NestFTy->param_end(); in transformCallThroughTrampoline()