Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp75 auto AllocaSizeInBits = AI->getAllocationSizeInBits(DL); in findMatchingAlloca() local
76 if (!AllocaSizeInBits) in findMatchingAlloca()
78 int64_t AllocaSize = AllocaSizeInBits.getValue() / 8; in findMatchingAlloca()