Searched refs:BOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2975 const APInt *BOC; local
2976 if (match(BOp1, m_APInt(BOC)) && BOC->sgt(1) && BOC->isPowerOf2()) {
2985 if (Constant *BOC = dyn_cast<Constant>(BOp1)) {
2987 return new ICmpInst(Pred, BOp0, ConstantExpr::getSub(RHS, BOC));
3005 if (Constant *BOC = dyn_cast<Constant>(BOp1)) {
3008 return new ICmpInst(Pred, BOp0, ConstantExpr::getXor(RHS, BOC));
3019 if (Constant *BOC = dyn_cast<Constant>(BOp0)) {
3020 // Replace ((sub BOC,
3029 const APInt *BOC; local
3041 const APInt *BOC; local
3052 const APInt *BOC; local
[all...]

Completed in 133 milliseconds