Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp122 BinaryOperator *NewBinOp = in FoldPHIArgBinOpIntoPHI() local
124 if (isNUW) NewBinOp->setHasNoUnsignedWrap(); in FoldPHIArgBinOpIntoPHI()
125 if (isNSW) NewBinOp->setHasNoSignedWrap(); in FoldPHIArgBinOpIntoPHI()
126 if (isExact) NewBinOp->setIsExact(); in FoldPHIArgBinOpIntoPHI()
127 NewBinOp->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI()
128 return NewBinOp; in FoldPHIArgBinOpIntoPHI()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12501 SDValue NewBinOp = DAG.getNode(N->getOpcode(), SDLoc(N), VT, in SimplifyVBinOp() local
12504 return DAG.getVectorShuffle(VT, SDLoc(N), NewBinOp, UndefVector, in SimplifyVBinOp()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20327 SDValue NewBinOp = DAG.getNode(BC0.getOpcode(), dl, VT, BC00, BC01); in PerformShuffleCombine() local
20328 return DAG.getVectorShuffle(VT, dl, NewBinOp, N1, &SVOp->getMask()[0]); in PerformShuffleCombine()