Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Amount

1268 /// isUndefShift - Returns true if a shift by \c Amount always yields undef.
1269 static bool isUndefShift(Value *Amount) {
1270 Constant *C = dyn_cast<Constant>(Amount);