Home | History | Annotate | Download | only in Analysis

Lines Matching full:opres

3245     uint32_t OpRes = GetMinTrailingZeros(E->getOperand());
3246 return OpRes == getTypeSizeInBits(E->getOperand()->getType()) ?
3247 getTypeSizeInBits(E->getType()) : OpRes;
3251 uint32_t OpRes = GetMinTrailingZeros(E->getOperand());
3252 return OpRes == getTypeSizeInBits(E->getOperand()->getType()) ?
3253 getTypeSizeInBits(E->getType()) : OpRes;