Searched defs:CN1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2949 ConstantSDNode *CN1 = cast<ConstantSDNode > (IndOp1); local
2950 int64_t combinedConst = CN0->getSExtValue() + CN1->getSExtValue();
2956 << "Replace: (add (SPUindirect <arg>, " << CN1->getSExtValue()
3008 if (ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(Op1)) {
3011 if (CN1->isNullValue()) {

Completed in 43 milliseconds