Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CDV

75     ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C);
76 if (CDV == 0)
86 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
88 Result |= CDV->getElementAsInteger(i);