Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1731 Constant *NegBOC = ConstantInt::get(And->getType(), -NewC2); in foldICmpAndConstConst() local
1733 return new ICmpInst(NewPred, X, NegBOC); in foldICmpAndConstConst()