Home
last modified time | relevance | path

Searched defs:MidTy (Results 1 – 13 of 13) 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp703 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut); in visitBitCastInst() local
721 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-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp236 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair() local
2578 Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp87 Type *MidTy = Op->getType(); in foldConstantCastPair() local
DAutoUpgrade.cpp3800 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() local
3820 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr() local
DConstants.cpp1895 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast() local
DInstructions.cpp2524 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4337 Type *MidTy = CI->getType(); in SimplifyCastInst() local