Home
last modified time | relevance | path

Searched refs:elemNum (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp615 unsigned int elemNum = STy->getNumElements(); in getConstantValue() local
616 Result.AggregateVal.resize(elemNum); in getConstantValue()
617 for (unsigned int i = 0; i < elemNum; ++i) { in getConstantValue()
634 unsigned int elemNum = VTy->getNumElements(); in getConstantValue() local
635 Result.AggregateVal.resize(elemNum); in getConstantValue()
637 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
918 unsigned elemNum; in getConstantValue() local
925 elemNum = CDV->getNumElements(); in getConstantValue()
929 elemNum = VTy->getNumElements(); in getConstantValue()
935 Result.AggregateVal.resize(elemNum); in getConstantValue()
[all …]