Home | History | Annotate | Download | only in Analysis

Lines Matching defs:OpSize

676         unsigned OpSize = DL.getTypeSizeInBits(Op0->getType());
681 return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(OpSize) -
682 Offs2.zextOrTrunc(OpSize));