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

/external/llvm/include/llvm/
H A DInstrTypes.h592 Type *MidTy, ///< DstTy of 1st cast & SrcTy of 2nd cast
/external/llvm/lib/VMCore/
H A DInstructions.cpp2108 /// * %F = firstOpcode SrcTy %x to MidTy
2109 /// * %S = secondOpcode MidTy %F to DstTy
2115 Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) {
2174 if ((isFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) ||
2175 (isSecondBitcast && isa<VectorType>(MidTy) != isa<VectorType>(DstTy)))
2221 unsigned MidSize = MidTy->getScalarSizeInBits();
2249 if (SrcTy->isPointerTy() && MidTy->isPointerTy())
2254 if (MidTy->isPointerTy() && DstTy->isPointerTy())
2270 // where the MidTy is not the same for the two cast instructions.
2113 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) argument
H A DConstantFold.cpp86 Type *MidTy = Op->getType(); local
91 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp236 Type *MidTy = CI->getType(); // B from above local
242 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,

Completed in 101 milliseconds