Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getZExtValue

59       Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
230 int64_t Size = cast<ConstantInt>(MSI->getLength())->getZExtValue();
614 srcArraySize->getZExtValue();
629 destArraySize->getZExtValue();
764 if (!MDepLen || !MLen || MDepLen->getZExtValue() < MLen->getZExtValue())
862 CopySize->getZExtValue(), M->getAlignment(),
876 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());
886 if (LTSize->getZExtValue() >= CopySize->getZExtValue())
956 if (!C1 || C1->getValue().getZExtValue() < ByValSize)