Searched defs:MidTy (Results  1 – 13 of 13) sorted by relevance
| /external/llvm/lib/Transforms/Scalar/ | 
| D | Scalarizer.cpp | 511     Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut);  in visitBitCastInst()  local529     Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn);  in visitBitCastInst()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | Scalarizer.cpp | 703     Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut);  in visitBitCastInst()  local721     Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn);  in visitBitCastInst()  local
 
 | 
| /external/llvm/lib/IR/ | 
| D | AutoUpgrade.cpp | 1409     Type *MidTy = Type::getInt64Ty(Context);  in UpgradeBitCastInst()  local1429     Type *MidTy = Type::getInt64Ty(Context);  in UpgradeBitCastExpr()  local
 
 | 
| D | ConstantFold.cpp | 86   Type *MidTy = Op->getType();  in foldConstantCastPair()  local
 | 
| D | Constants.cpp | 1723     Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace());  in getAddrSpaceCast()  local
 | 
| D | Instructions.cpp | 2424   Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy,  in isEliminableCastPair()
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCasts.cpp | 239   Type *MidTy = CI->getType();                  // B from above  in isEliminableCastPair()  local1933     Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace());  in visitAddrSpaceCast()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCasts.cpp | 236   Type *MidTy = CI1->getDestTy();  in isEliminableCastPair()  local2578     Type *MidTy = PointerType::get(DestElemTy, SrcTy->getAddressSpace());  in visitAddrSpaceCast()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | ConstantFold.cpp | 87   Type *MidTy = Op->getType();  in foldConstantCastPair()  local
 | 
| D | AutoUpgrade.cpp | 3800     Type *MidTy = Type::getInt64Ty(Context);  in UpgradeBitCastInst()  local3820     Type *MidTy = Type::getInt64Ty(Context);  in UpgradeBitCastExpr()  local
 
 | 
| D | Constants.cpp | 1895     Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace());  in getAddrSpaceCast()  local
 | 
| D | Instructions.cpp | 2524   Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy,  in isEliminableCastPair()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | InstructionSimplify.cpp | 4337     Type *MidTy = CI->getType();  in SimplifyCastInst()  local
 |