Searched refs:AllocaSizeInBits (Results 1 – 1 of 1) sorted by relevance
75 auto AllocaSizeInBits = AI->getAllocationSizeInBits(DL); in findMatchingAlloca() local76 if (!AllocaSizeInBits) in findMatchingAlloca()78 int64_t AllocaSize = AllocaSizeInBits.getValue() / 8; in findMatchingAlloca()