HomeSort by relevance Sort by last modified time
    Searched defs:MidTy (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
ConstantFold.cpp 88 Type *MidTy = Op->getType();
98 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 508 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut);
518 V = Builder.CreateBitCast(V, MidTy, V->getName() + ".cast");
526 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn);
529 Value *V = UndefValue::get(MidTy);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 239 Type *MidTy = CI->getType(); // B from above
247 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr;
250 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]

Completed in 251 milliseconds