Searched defs:MidTy (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp87 Type *MidTy = Op->getType(); local
H A DAutoUpgrade.cpp3800 Type *MidTy = Type::getInt64Ty(Context); local
3820 Type *MidTy = Type::getInt64Ty(Context); local
H A DConstants.cpp1895 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace()); local
H A DInstructions.cpp2522 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp703 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut); local
721 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp236 Type *MidTy = CI1->getDestTy(); local
2578 Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4337 Type *MidTy = CI->getType(); local

Completed in 539 milliseconds