Home
last modified time | relevance | path

Searched refs:NotBOC (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2281 Constant *NotBOC = ConstantExpr::getNot(BOC); in visitICmpInstWithInstAndIntCst() local
2282 Value *And = Builder->CreateAnd(BO->getOperand(0), NotBOC); in visitICmpInstWithInstAndIntCst()
2283 return new ICmpInst(ICI.getPredicate(), And, NotBOC); in visitICmpInstWithInstAndIntCst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2665 Constant *NotBOC = ConstantExpr::getNot(cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() local
2666 Value *And = Builder.CreateAnd(BOp0, NotBOC); in foldICmpBinOpEqualityWithConstant()
2667 return new ICmpInst(Pred, And, NotBOC); in foldICmpBinOpEqualityWithConstant()