Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp357 auto *SizeIntrin = Shape.CoroSizes.back(); in replaceFrameSize() local
358 Module *M = SizeIntrin->getModule(); in replaceFrameSize()
361 auto *SizeConstant = ConstantInt::get(SizeIntrin->getType(), Size); in replaceFrameSize()