Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6533 static bool shiftAmountKnownInRange(const Value *ShiftAmount) { in shiftAmountKnownInRange() function
6585 return includesPoison(Kind) && !shiftAmountKnownInRange(Op->getOperand(1)); in canCreateUndefOrPoison()
6627 !shiftAmountKnownInRange(II->getArgOperand(1)); in canCreateUndefOrPoison()