Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4907 SmallVector<Constant *, 4> ShiftAmounts; in canCreateUndefOrPoison() local
4911 ShiftAmounts.push_back(C->getAggregateElement(i)); in canCreateUndefOrPoison()
4915 ShiftAmounts.push_back(C); in canCreateUndefOrPoison()
4917 bool Safe = llvm::all_of(ShiftAmounts, [](Constant *C) { in canCreateUndefOrPoison()