Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1088 auto *FuncPtrStruct = cast<ConstantStruct>( in updateAsyncFuncPointerContextSize() local
1090 auto *OrigRelativeFunOffset = FuncPtrStruct->getOperand(0); in updateAsyncFuncPointerContextSize()
1091 auto *OrigContextSize = FuncPtrStruct->getOperand(1); in updateAsyncFuncPointerContextSize()
1095 FuncPtrStruct->getType(), OrigRelativeFunOffset, NewContextSize); in updateAsyncFuncPointerContextSize()