Searched refs:C1Node (Results 1 – 2 of 2) sorted by relevance
7241 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local7242 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()7243 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()
7799 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local7800 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()7801 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()