Home | History | Annotate | Download | only in Utils

Lines Matching refs:UseI

1062       for (Value::use_iterator UseI = CI->use_begin(); UseI != CI->use_end();
1063 ++UseI) {
1064 FPTruncInst *Cast = dyn_cast<FPTruncInst>(*UseI);