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

  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 511 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut);
521 V = Builder.CreateBitCast(V, MidTy, V->getName() + ".cast");
529 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn);
532 Value *V = UndefValue::get(MidTy);
  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
ConstantFold.cpp 86 Type *MidTy = Op->getType();
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 238 Type *MidTy = CI->getType(); // B from above
244 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 89 Type *MidTy = Op->getType();
94 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /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 218 milliseconds