Searched refs:SubC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 2652 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 D | HexagonISelLowering.cpp | 2705 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 D | DAGCombiner.cpp | 18660 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()
|