Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7994 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local
7995 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()
7996 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()