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

  /external/llvm/lib/IR/
ConstantFold.cpp 86 Type *MidTy = Op->getType();
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 242 Type *MidTy = CI->getType(); // B from above
249 Type *MidIntPtrTy = TD && MidTy->isPtrOrPtrVectorTy() ?
250 TD->getIntPtrType(MidTy) : 0;
253 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]

Completed in 46 milliseconds