Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1502 const Type *SrcElemTy; in executeBitCastInst() local
1510 SrcElemTy = SrcTy->getScalarType(); in executeBitCastInst()
1516 SrcElemTy = SrcTy; in executeBitCastInst()
1537 if (SrcElemTy->isFloatTy()) { in executeBitCastInst()
1542 } else if (SrcElemTy->isDoubleTy()) { in executeBitCastInst()
1546 } else if (SrcElemTy->isIntegerTy()) { in executeBitCastInst()