Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp603 unsigned int elemNum = STy->getNumElements(); in getConstantValue() local
604 Result.AggregateVal.resize(elemNum); in getConstantValue()
605 for (unsigned int i = 0; i < elemNum; ++i) { in getConstantValue()
625 unsigned int elemNum = VTy->getNumElements(); in getConstantValue() local
626 Result.AggregateVal.resize(elemNum); in getConstantValue()
628 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
915 unsigned elemNum; in getConstantValue() local
922 elemNum = CDV->getNumElements(); in getConstantValue()
926 elemNum = VTy->getNumElements(); in getConstantValue()
932 Result.AggregateVal.resize(elemNum); in getConstantValue()
[all …]