Home
last modified time | relevance | path

Searched refs:CN1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
DSIISelLowering.cpp1401 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); in performSHLPtrCombine() local
1402 if (!CN1) in performSHLPtrCombine()
1411 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7204 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); in tryCombineToBSL() local
7205 if (!CN0 || !CN1 || in tryCombineToBSL()
7206 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()