Home
last modified time | relevance | path

Searched defs:MidTy (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp511 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut); in visitBitCastInst() local
529 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn); in visitBitCastInst() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp1409 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() local
1429 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr() local
DConstantFold.cpp86 Type *MidTy = Op->getType(); in foldConstantCastPair() local
DConstants.cpp1723 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast() local
DInstructions.cpp2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp239 Type *MidTy = CI->getType(); // B from above in isEliminableCastPair() local
1933 Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp238 Type *MidTy = CI->getType(); // B from above in isEliminableCastPair() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp89 Type *MidTy = Op->getType(); in foldConstantCastPair() local
DInstructions.cpp2083 Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) { in isEliminableCastPair()