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

  /external/llvm/include/llvm/
InstrTypes.h 591 Type *MidTy, ///< DstTy of 1st cast & SrcTy of 2nd cast
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp 89 Type *MidTy = Op->getType();
94 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 237 Type *MidTy = CI->getType(); // B from above
243 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]

Completed in 1432 milliseconds