Home
last modified time | relevance | path

Searched refs:CAdd (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/complex/
D__init__.py18 from .add import CAdd
Dadd.py21 class CAdd(Expander): class
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
D__init__.py24 from .complex import CAbs, CAdd, CDiv, CMul, CSub
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp8090 const ConstantSDNode *CAdd = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in performSHLPtrCombine() local
8091 if (!CAdd) in performSHLPtrCombine()
8096 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()