Home
last modified time | relevance | path

Searched refs:MidTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp242 Type *MidTy = CI->getType(); // B from above in isEliminableCastPair() local
249 Type *MidIntPtrTy = TD && MidTy->isPtrOrPtrVectorTy() ? in isEliminableCastPair()
250 TD->getIntPtrType(MidTy) : 0; in isEliminableCastPair()
253 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, in isEliminableCastPair()
/external/llvm/lib/IR/
DInstructions.cpp2125 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2185 if ((isFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) || in isEliminableCastPair()
2186 (isSecondBitcast && isa<VectorType>(MidTy) != isa<VectorType>(DstTy))) in isEliminableCastPair()
2228 unsigned MidSize = MidTy->getScalarSizeInBits(); in isEliminableCastPair()
2269 PointerType *MidPtrTy = dyn_cast<PointerType>(MidTy); in isEliminableCastPair()
2290 PointerType *MidPtrTy = dyn_cast<PointerType>(MidTy); in isEliminableCastPair()
DConstantFold.cpp86 Type *MidTy = Op->getType(); in foldConstantCastPair() local
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy, in foldConstantCastPair()
/external/llvm/include/llvm/IR/
DInstrTypes.h595 Type *MidTy, ///< DstTy of 1st cast & SrcTy of 2nd cast