Searched refs:PosFilter (Results 1 – 1 of 1) sorted by relevance
1141 ConstantRange PosFilter(APInt(getBitWidth(), 1), SignedMin); in sdiv() local1143 ConstantRange PosL = intersectWith(PosFilter); in sdiv()1145 ConstantRange PosR = RHS.intersectWith(PosFilter); in sdiv()