Searched refs:NotBOC (Results 1 – 2 of 2) sorted by relevance
2281 Constant *NotBOC = ConstantExpr::getNot(BOC); in visitICmpInstWithInstAndIntCst() local2282 Value *And = Builder->CreateAnd(BO->getOperand(0), NotBOC); in visitICmpInstWithInstAndIntCst()2283 return new ICmpInst(ICI.getPredicate(), And, NotBOC); in visitICmpInstWithInstAndIntCst()
2665 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() local2666 Value *And = Builder.CreateAnd(BOp0, NotBOC); in foldICmpBinOpEqualityWithConstant()2667 return new ICmpInst(Pred, And, NotBOC); in foldICmpBinOpEqualityWithConstant()