Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Dhelp.rs100 SubC(SubC), in app_help_heading_flattened() enumerator
115 enum SubC { in app_help_heading_flattened() enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2847 SDValue SubC = DAG.getNode(HexagonISD::SUBC, dl, Op.getNode()->getVTList(), in LowerAddSubCarry() local
2849 SDValue Out[] = { SubC.getValue(0), in LowerAddSubCarry()
2850 DAG.getLogicalNOT(dl, SubC.getValue(1), CarryTy) }; in LowerAddSubCarry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2934 Constant *SubC = ConstantExpr::getSub(RHS, cast<Constant>(BOp1)); in foldICmpBinOpEqualityWithConstant() local
2935 return new ICmpInst(Pred, BOp0, SubC); in foldICmpBinOpEqualityWithConstant()
2969 Constant *SubC = ConstantExpr::getSub(cast<Constant>(BOp0), RHS); in foldICmpBinOpEqualityWithConstant() local
2970 return new ICmpInst(Pred, BOp1, SubC); in foldICmpBinOpEqualityWithConstant()