Home
last modified time | relevance | path

Searched refs:TempDst (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
1585 TempDst.AggregateVal.push_back(Elt); in executeBitCastInst()
1601 TempDst.AggregateVal.push_back(Elt); in executeBitCastInst()
1612 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1617 TempDst.AggregateVal[i].IntVal.bitsToFloat(); in executeBitCastInst()
1619 Dest = TempDst; in executeBitCastInst()
1623 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1625 Dest.FloatVal = TempDst.AggregateVal[0].IntVal.bitsToFloat(); in executeBitCastInst()
1627 Dest.IntVal = TempDst.AggregateVal[0].IntVal; in executeBitCastInst()