Searched refs:FlipBits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7356 SDValue FlipBits = local
7358 AddToWorklist(FlipBits.getNode());
7359 return DAG.getNode(ISD::XOR, DL, VT, NewConv, FlipBits);
7428 SDValue FlipBits = local
7430 AddToWorklist(FlipBits.getNode());
7431 return DAG.getNode(ISD::XOR, SDLoc(N), VT, Cst, FlipBits);

Completed in 124 milliseconds