Lines Matching defs:CDV
935 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C);
939 if (CDV) {
940 elemNum = CDV->getNumElements();
941 ElemTy = CDV->getElementType();
967 if(CDV)
969 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i);
989 if(CDV)
991 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i);
1015 if(CDV)
1018 CDV->getElementType()->getPrimitiveSizeInBits(),
1019 CDV->getElementAsInteger(i));