Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp325 const llvm::Type *DestTy = CE->getType(); in GetConstantValue() local
329 bccAssert(DestTy->isFloatingPointTy() && "invalid bitcast"); in GetConstantValue()
330 if (DestTy->isFloatTy()) in GetConstantValue()
332 else if (DestTy->isDoubleTy()) in GetConstantValue()
337 bccAssert(DestTy->isIntegerTy(32) && "Invalid bitcast"); in GetConstantValue()
342 bccAssert(DestTy->isIntegerTy(64) && "Invalid bitcast"); in GetConstantValue()
347 bccAssert(DestTy->isPointerTy() && "Invalid bitcast"); in GetConstantValue()