Searched refs:SubC (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2616 Constant *SubC = ConstantExpr::getSub(RHS, cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() local 2617 return new ICmpInst(Pred, BOp0, SubC); in foldICmpBinOpEqualityWithConstant() 2651 Constant *SubC = ConstantExpr::getSub(cast<Constant>(BOp0), RHS); in foldICmpBinOpEqualityWithConstant() local 2652 return new ICmpInst(Pred, BOp1, SubC); in foldICmpBinOpEqualityWithConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2741 SDValue SubC = DAG.getNode(HexagonISD::SUBC, dl, Op.getNode()->getVTList(), in LowerAddSubCarry() local 2743 SDValue Out[] = { SubC.getValue(0), in LowerAddSubCarry() 2744 DAG.getLogicalNOT(dl, SubC.getValue(1), CarryTy) }; in LowerAddSubCarry()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7681 ConstantSDNode *SubC = NULL; in SimplifySelectCC() local 7685 SubC = dyn_cast<ConstantSDNode>(N3.getOperand(0)); in SimplifySelectCC() 7689 SubC = dyn_cast<ConstantSDNode>(N2.getOperand(0)); in SimplifySelectCC() 7692 if (SubC && SubC->isNullValue() && XType.isInteger()) { in SimplifySelectCC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14378 ConstantSDNode *SubC = nullptr; in SimplifySelectCC() local 14382 SubC = dyn_cast<ConstantSDNode>(N3.getOperand(0)); in SimplifySelectCC() 14386 SubC = dyn_cast<ConstantSDNode>(N2.getOperand(0)); in SimplifySelectCC() 14389 if (SubC && SubC->isNullValue() && XType.isInteger()) { in SimplifySelectCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 17981 ConstantSDNode *SubC = nullptr; in SimplifySelectCC() local 17985 SubC = dyn_cast<ConstantSDNode>(N3.getOperand(0)); in SimplifySelectCC() 17989 SubC = dyn_cast<ConstantSDNode>(N2.getOperand(0)); in SimplifySelectCC() 17992 if (SubC && SubC->isNullValue() && XType.isInteger()) { in SimplifySelectCC()
|