Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1549 GenericValue TempDst, TempSrc, SrcVec; in executeBitCastInst() local
1621 TempDst.AggregateVal.push_back(Elt); in executeBitCastInst()
1637 TempDst.AggregateVal.push_back(Elt); in executeBitCastInst()
1648 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1653 TempDst.AggregateVal[i].IntVal.bitsToFloat(); in executeBitCastInst()
1655 Dest = TempDst; in executeBitCastInst()
1659 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1661 Dest.FloatVal = TempDst.AggregateVal[0].IntVal.bitsToFloat(); in executeBitCastInst()
1663 Dest.IntVal = TempDst.AggregateVal[0].IntVal; in executeBitCastInst()