Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1501 GenericValue TempDst, TempSrc, SrcVec; in executeBitCastInst() local
1573 TempDst.AggregateVal.push_back(Elt); in executeBitCastInst()
1589 TempDst.AggregateVal.push_back(Elt); in executeBitCastInst()
1600 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1605 TempDst.AggregateVal[i].IntVal.bitsToFloat(); in executeBitCastInst()
1607 Dest = TempDst; in executeBitCastInst()
1611 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1613 Dest.FloatVal = TempDst.AggregateVal[0].IntVal.bitsToFloat(); in executeBitCastInst()
1615 Dest.IntVal = TempDst.AggregateVal[0].IntVal; in executeBitCastInst()