HomeSort by relevance Sort by last modified time
    Searched refs:DstEltTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 73 Type *DstEltTy = DestVTy->getElementType();
85 if (DstEltTy->isFloatingPointTy()) {
87 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits();
120 Constant *Zero = Constant::getNullValue(DstEltTy);
149 unsigned DstBitSize = DstEltTy->getPrimitiveSizeInBits();
166 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 66 Type *DstEltTy = DstTy->getElementType();
69 DstEltTy));
558 Type *DstEltTy = DestVecTy->getElementType();
561 CV->getOperand(i), DstEltTy));
    [all...]

Completed in 313 milliseconds