Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1170 auto *FuncPtrStruct = cast<ConstantStruct>( in updateAsyncFuncPointerContextSize() local
1172 auto *OrigRelativeFunOffset = FuncPtrStruct->getOperand(0); in updateAsyncFuncPointerContextSize()
1173 auto *OrigContextSize = FuncPtrStruct->getOperand(1); in updateAsyncFuncPointerContextSize()
1177 FuncPtrStruct->getType(), OrigRelativeFunOffset, NewContextSize); in updateAsyncFuncPointerContextSize()