Searched refs:PosFilter (Results 1 – 2 of 2) sorted by relevance
1058 ConstantRange PosFilter(APInt(getBitWidth(), 1), SignedMin); in sdiv() local1060 ConstantRange PosL = intersectWith(PosFilter); in sdiv()1062 ConstantRange PosR = RHS.intersectWith(PosFilter); in sdiv()
1124 ConstantRange PosFilter(APInt(getBitWidth(), 1), SignedMin); in sdiv() local1126 ConstantRange PosL = intersectWith(PosFilter); in sdiv()1128 ConstantRange PosR = RHS.intersectWith(PosFilter); in sdiv()