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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp465 Type *MidTy = Type::getInt64Ty(Context); local
466 Temp = CastInst::Create(Instruction::PtrToInt, V, MidTy);
485 Type *MidTy = Type::getInt64Ty(Context); local
487 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy),
H A DInstructions.cpp2120 /// * %F = firstOpcode SrcTy %x to MidTy
2121 /// * %S = secondOpcode MidTy %F to DstTy
2127 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy,
2189 if ((isFirstBitcast && isa<VectorType>(SrcTy) != isa<VectorType>(MidTy)) ||
2190 (isSecondBitcast && isa<VectorType>(MidTy) != isa<VectorType>(DstTy)))
2236 unsigned MidSize = MidTy->getScalarSizeInBits();
2297 MidTy->isPtrOrPtrVectorTy() &&
2299 SrcTy->getPointerAddressSpace() != MidTy->getPointerAddressSpace() &&
2300 MidTy->getPointerAddressSpace() == DstTy->getPointerAddressSpace() &&
2310 MidTy
2125 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument
[all...]
H A DConstantFold.cpp86 Type *MidTy = Op->getType(); local
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h595 Type *MidTy, ///< DstTy of 1st cast & SrcTy of 2nd cast
598 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp242 Type *MidTy = CI->getType(); // B from above local
249 Type *MidIntPtrTy = TD && MidTy->isPtrOrPtrVectorTy() ?
250 TD->getIntPtrType(MidTy) : 0;
253 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,

Completed in 185 milliseconds