Home | History | Annotate | Download | only in VMCore

Lines Matching refs:MidTy

1801 /// *  %F = firstOpcode SrcTy %x to MidTy
1802 /// * %S = secondOpcode MidTy %F to DstTy
1808 Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy)
1864 isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) ||
1866 isa<VectorType>(MidTy) != isa<VectorType>(DstTy)))
1911 unsigned MidSize = MidTy->getScalarSizeInBits();
1939 if (SrcTy->isPointerTy() && MidTy->isPointerTy())
1944 if (MidTy->isPointerTy() && DstTy->isPointerTy())
1960 // where the MidTy is not the same for the two cast instructions.