Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAutoUpgrade.cpp853 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() local
873 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr() local
DConstantFold.cpp88 Type *MidTy = Op->getType(); in foldConstantCastPair() local
DConstants.cpp1793 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast() local
DInstructions.cpp2349 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp508 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut); in visitBitCastInst() local
526 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn); in visitBitCastInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp239 Type *MidTy = CI->getType(); // B from above in isEliminableCastPair() local
1923 Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast() local