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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp123 BinaryOperator *NewBinOp = local
125 if (isNUW) NewBinOp->setHasNoUnsignedWrap();
126 if (isNSW) NewBinOp->setHasNoSignedWrap();
127 if (isExact) NewBinOp->setIsExact();
128 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
129 return NewBinOp;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10919 SDValue NewBinOp = DAG.getNode(N->getOpcode(), SDLoc(N), VT, local
10922 return DAG.getVectorShuffle(VT, SDLoc(N), NewBinOp, UndefVector,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18857 SDValue NewBinOp = DAG.getNode(BC0.getOpcode(), dl, VT, BC00, BC01);
18858 return DAG.getVectorShuffle(VT, dl, NewBinOp, N1, &SVOp->getMask()[0]);

Completed in 170 milliseconds