Searched refs:DstEltTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp114 Type *DstEltTy = DestVTy->getElementType(); local
126 if (DstEltTy->isFloatingPointTy()) {
128 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits();
161 Constant *Zero = Constant::getNullValue(DstEltTy);
192 unsigned DstBitSize = DstEltTy->getPrimitiveSizeInBits();
209 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
/external/llvm/lib/VMCore/
H A DConstantFold.cpp56 Type *DstEltTy = DstTy->getElementType();
63 C = ConstantExpr::getBitCast(C, DstEltTy);
554 Type *DstEltTy = DestVecTy->getElementType(); local
559 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));

Completed in 65 milliseconds