Searched defs:AndLHS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3340 SDValue AndLHS = LHS->getOperand(0); local
3344 if (isa<ConstantSDNode>(AndLHS)) {
3345 std::swap(AndLHS, AndRHS);
3380 Val = AndLHS;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11255 SDValue AndLHS = N0->getOperand(0); local
11262 getShiftAmountTy(AndLHS.getValueType()));
11263 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(N0), VT, AndLHS, ShlAmt);

Completed in 143 milliseconds