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