Searched refs:C1Node (Results 1 – 1 of 1) sorted by relevance
7994 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local7995 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()7996 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()