Searched defs:MidTy (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 511 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/ |
D | AutoUpgrade.cpp | 1409 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() local 1429 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr() local
|
D | ConstantFold.cpp | 86 Type *MidTy = Op->getType(); in foldConstantCastPair() local
|
D | Constants.cpp | 1723 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); in getAddrSpaceCast() local
|
D | Instructions.cpp | 2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 239 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/ |
D | InstCombineCasts.cpp | 238 Type *MidTy = CI->getType(); // B from above in isEliminableCastPair() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 89 Type *MidTy = Op->getType(); in foldConstantCastPair() local
|
D | Instructions.cpp | 2083 Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) { in isEliminableCastPair()
|