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