Searched refs:NewBinOp (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 122 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/ |
D | DAGCombiner.cpp | 12501 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/ |
D | X86ISelLowering.cpp | 20327 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()
|