Searched refs:NotBOC (Results 1 – 1 of 1) sorted by relevance
3181 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() local3182 Value *And = Builder.CreateAnd(BOp0, NotBOC); in foldICmpBinOpEqualityWithConstant()3183 return new ICmpInst(Pred, And, NotBOC); in foldICmpBinOpEqualityWithConstant()