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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 78 Type *DstEltTy = DestVTy->getElementType();
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));
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 127 Type *DstEltTy = DestVTy->getElementType();
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));
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 56 Type *DstEltTy = DstTy->getElementType();
63 C = ConstantExpr::getBitCast(C, DstEltTy);
571 Type *DstEltTy = DestVecTy->getElementType();
576 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 66 Type *DstEltTy = DstTy->getElementType();
69 DstEltTy));
557 Type *DstEltTy = DestVecTy->getElementType();
560 CV->getOperand(i), DstEltTy));
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 169 milliseconds