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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp78 Type *DstEltTy = DestVTy->getElementType(); local
90 if (DstEltTy->isFloatingPointTy()) {
92 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits();
125 Constant *Zero = Constant::getNullValue(DstEltTy);
154 unsigned DstBitSize = DstEltTy->getPrimitiveSizeInBits();
171 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp127 Type *DstEltTy = DestVTy->getElementType(); local
139 if (DstEltTy->isFloatingPointTy()) {
141 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits();
174 Constant *Zero = Constant::getNullValue(DstEltTy);
205 unsigned DstBitSize = DL.getTypeSizeInBits(DstEltTy);
223 if (DstEltTy->isPointerTy()) {
226 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy));
231 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
/external/llvm/lib/IR/
H A DConstantFold.cpp56 Type *DstEltTy = DstTy->getElementType();
63 C = ConstantExpr::getBitCast(C, DstEltTy);
571 Type *DstEltTy = DestVecTy->getElementType(); local
576 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp66 Type *DstEltTy = DstTy->getElementType(); local
69 DstEltTy));
557 Type *DstEltTy = DestVecTy->getElementType(); local
560 CV->getOperand(i), DstEltTy));
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1071 *DstEltTy = DstTy->getVectorElementType(); local
1090 if (isa<llvm::IntegerType>(DstEltTy))
1096 } else if (isa<llvm::IntegerType>(DstEltTy)) {
1103 assert(SrcEltTy->isFloatingPointTy() && DstEltTy->isFloatingPointTy() &&
1105 if (DstEltTy->getTypeID() < SrcEltTy->getTypeID())

Completed in 255 milliseconds