Home | History | Annotate | Download | only in IR

Lines Matching refs:isEliminableCastPair

71 /// expressions together. It uses CastInst::isEliminableCastPair to determine
95 // Let CastInst::isEliminableCastPair do the heavy lifting.
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,