Searched refs:ShiftedCmpRHS (Results 1 – 2 of 2) sorted by relevance
958 ConstantInt *ShiftedCmpRHS = ConstantInt::get(ICI.getContext(), Comp); in FoldICmpShrCst() local975 return new ICmpInst(ICI.getPredicate(), Shr->getOperand(0), ShiftedCmpRHS); in FoldICmpShrCst()984 return new ICmpInst(ICI.getPredicate(), And, ShiftedCmpRHS); in FoldICmpShrCst()
1397 ConstantInt *ShiftedCmpRHS = Builder->getInt(Comp); in FoldICmpShrCst() local1413 return new ICmpInst(ICI.getPredicate(), Shr->getOperand(0), ShiftedCmpRHS); in FoldICmpShrCst()1422 return new ICmpInst(ICI.getPredicate(), And, ShiftedCmpRHS); in FoldICmpShrCst()