Lines Matching defs:CDV
934 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C);
938 if (CDV) {
939 elemNum = CDV->getNumElements();
940 ElemTy = CDV->getElementType();
966 if(CDV)
968 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i);
988 if(CDV)
990 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i);
1014 if(CDV)
1017 CDV->getElementType()->getPrimitiveSizeInBits(),
1018 CDV->getElementAsInteger(i));