Searched refs:CDV (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DCostModel.cpp96 ConstantDataVector *CDV = 0; local
97 if ((CDV = dyn_cast<ConstantDataVector>(V)))
98 if (CDV->getSplatValue() != NULL)
H A DConstantFolding.cpp75 ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); local
76 if (CDV == 0)
86 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
88 Result |= CDV->getElementAsInteger(i);
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp842 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); local
846 if (CDV) {
847 elemNum = CDV->getNumElements();
848 ElemTy = CDV->getElementType();
874 if(CDV)
876 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i);
896 if(CDV)
898 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i);
922 if(CDV)
925 CDV
[all...]

Completed in 82 milliseconds