Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2056 Type *BECountTy = BECount->getType(); in processCopyingStore() local
2061 if (StoreSize != 4 || DL->getTypeSizeInBits(BECountTy) > 32) { in processCopyingStore()