Lines Matching refs:CDV
934 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); in getConstantValue() local
938 if (CDV) { in getConstantValue()
939 elemNum = CDV->getNumElements(); in getConstantValue()
940 ElemTy = CDV->getElementType(); in getConstantValue()
965 if(CDV) in getConstantValue()
967 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i); in getConstantValue()
986 if(CDV) in getConstantValue()
988 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()
1011 if(CDV) in getConstantValue()
1014 CDV->getElementType()->getPrimitiveSizeInBits(), in getConstantValue()
1015 CDV->getElementAsInteger(i)); in getConstantValue()