Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7241 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local
7242 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()
7243 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7799 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local
7800 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()
7801 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()