Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1776 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); in performSHLPtrCombine() local
1777 if (!CN1) in performSHLPtrCombine()
1786 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7785 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); in tryCombineToBSL() local
7786 if (!CN0 || !CN1 || in tryCombineToBSL()
7787 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()