Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4182 ConstantSDNode *ShlRHS = dyn_cast<ConstantSDNode>(RHS); in TryMULWIDECombine() local
4183 if (!ShlRHS) { in TryMULWIDECombine()
4187 APInt ShiftAmt = ShlRHS->getAPIntValue(); in TryMULWIDECombine()
DNVPTXISelDAGToDAG.cpp4918 SDValue ShlRHS = LHS->getOperand(1); in SelectBFE() local
4919 ConstantSDNode *ShlCnst = dyn_cast<ConstantSDNode>(ShlRHS); in SelectBFE()