Lines Matching refs:CDV
920 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); in getConstantValue() local
924 if (CDV) { in getConstantValue()
925 elemNum = CDV->getNumElements(); in getConstantValue()
926 ElemTy = CDV->getElementType(); in getConstantValue()
952 if(CDV) in getConstantValue()
954 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i); in getConstantValue()
974 if(CDV) in getConstantValue()
976 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
1000 if(CDV) in getConstantValue()
1003 CDV->getElementType()->getPrimitiveSizeInBits(), in getConstantValue()
1004 CDV->getElementAsInteger(i)); in getConstantValue()