Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1513 GenericValue TempDst, TempSrc, SrcVec; in executeBitCastInst() local
1548 TempSrc.AggregateVal.resize(SrcNum); in executeBitCastInst()
1551 TempSrc.AggregateVal[i].IntVal = in executeBitCastInst()
1556 TempSrc.AggregateVal[i].IntVal = in executeBitCastInst()
1560 TempSrc.AggregateVal[i].IntVal = SrcVec.AggregateVal[i].IntVal; in executeBitCastInst()
1579 Tmp = TempSrc.AggregateVal[SrcElt++].IntVal; in executeBitCastInst()
1595 Elt.IntVal = TempSrc.AggregateVal[i].IntVal; in executeBitCastInst()