Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1782 Constant *NegBOC = ConstantInt::get(And->getType(), -NewC2); in foldICmpAndConstConst() local
1784 return new ICmpInst(NewPred, X, NegBOC); in foldICmpAndConstConst()