Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2652 Constant *SubC = ConstantExpr::getSub(RHS, cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() local
2653 return new ICmpInst(Pred, BOp0, SubC); in foldICmpBinOpEqualityWithConstant()
2687 Constant *SubC = ConstantExpr::getSub(cast<Constant>(BOp0), RHS); in foldICmpBinOpEqualityWithConstant() local
2688 return new ICmpInst(Pred, BOp1, SubC); in foldICmpBinOpEqualityWithConstant()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2705 SDValue SubC = DAG.getNode(HexagonISD::SUBC, dl, Op.getNode()->getVTList(), in LowerAddSubCarry() local
2707 SDValue Out[] = { SubC.getValue(0), in LowerAddSubCarry()
2708 DAG.getLogicalNOT(dl, SubC.getValue(1), CarryTy) }; in LowerAddSubCarry()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18660 ConstantSDNode *SubC = nullptr; in SimplifySelectCC() local
18664 SubC = dyn_cast<ConstantSDNode>(N3.getOperand(0)); in SimplifySelectCC()
18668 SubC = dyn_cast<ConstantSDNode>(N2.getOperand(0)); in SimplifySelectCC()
18670 if (SubC && SubC->isNullValue() && CmpOpVT.isInteger()) { in SimplifySelectCC()