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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 122 Type *DstEltTy = DestVTy->getElementType();
134 if (DstEltTy->isFloatingPointTy()) {
136 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits();
169 Constant *Zero = Constant::getNullValue(DstEltTy);
200 unsigned DstBitSize = DL.getTypeSizeInBits(DstEltTy);
218 if (DstEltTy->isPointerTy()) {
221 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy));
226 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 58 Type *DstEltTy = DstTy->getElementType();
65 C = ConstantExpr::getBitCast(C, DstEltTy);
572 Type *DstEltTy = DestVecTy->getElementType();
577 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 1058 milliseconds