Home | History | Annotate | Download | only in IR

Lines Matching refs:isEliminableCastPair

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