Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp376 BinaryOperator *NewBinOp = in FoldPHIArgBinOpIntoPHI() local
379 NewBinOp->copyIRFlags(PN.getIncomingValue(0)); in FoldPHIArgBinOpIntoPHI()
382 NewBinOp->andIRFlags(PN.getIncomingValue(i)); in FoldPHIArgBinOpIntoPHI()
384 PHIArgMergedDebugLoc(NewBinOp, PN); in FoldPHIArgBinOpIntoPHI()
385 return NewBinOp; in FoldPHIArgBinOpIntoPHI()
DInstructionCombining.cpp1643 if (auto *NewBinOp = dyn_cast<BinaryOperator>(NarrowBO)) { in narrowMathIfNoOverflow() local
1645 NewBinOp->setHasNoSignedWrap(); in narrowMathIfNoOverflow()
1647 NewBinOp->setHasNoUnsignedWrap(); in narrowMathIfNoOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3890 SDValue NewBinOp = CurDAG->getNode(Opcode, dl, NVT, X, NewCst); in tryShrinkShlLogicImm() local
3891 insertDAGNode(*CurDAG, SDValue(N, 0), NewBinOp); in tryShrinkShlLogicImm()
3892 SDValue NewSHL = CurDAG->getNode(ISD::SHL, dl, NVT, NewBinOp, in tryShrinkShlLogicImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp19935 SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, LHS.getOperand(0), in SimplifyVBinOp() local
19938 return DAG.getVectorShuffle(VT, DL, NewBinOp, UndefV, Shuf0->getMask()); in SimplifyVBinOp()