Lines Matching refs:CDV
917 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); in getConstantValue() local
921 if (CDV) { in getConstantValue()
922 elemNum = CDV->getNumElements(); in getConstantValue()
923 ElemTy = CDV->getElementType(); in getConstantValue()
949 if(CDV) in getConstantValue()
951 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i); in getConstantValue()
971 if(CDV) in getConstantValue()
973 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
997 if(CDV) in getConstantValue()
1000 CDV->getElementType()->getPrimitiveSizeInBits(), in getConstantValue()
1001 CDV->getElementAsInteger(i)); in getConstantValue()