Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:CDV

853     const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C);
857 if (CDV) {
858 elemNum = CDV->getNumElements();
859 ElemTy = CDV->getElementType();
885 if(CDV)
887 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i);
907 if(CDV)
909 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i);
933 if(CDV)
936 CDV->getElementType()->getPrimitiveSizeInBits(),
937 CDV->getElementAsInteger(i));