HomeSort by relevance Sort by last modified time
    Searched refs:NewBinOp (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 121 BinaryOperator *NewBinOp =
123 if (isNUW) NewBinOp->setHasNoUnsignedWrap();
124 if (isNSW) NewBinOp->setHasNoSignedWrap();
125 if (isExact) NewBinOp->setIsExact();
126 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
127 return NewBinOp;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 109 BinaryOperator *NewBinOp =
112 NewBinOp->copyIRFlags(PN.getIncomingValue(0));
115 NewBinOp->andIRFlags(PN.getIncomingValue(i));
117 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
118 return NewBinOp;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 365 BinaryOperator *NewBinOp =
368 NewBinOp->copyIRFlags(PN.getIncomingValue(0));
371 NewBinOp->andIRFlags(PN.getIncomingValue(i));
373 PHIArgMergedDebugLoc(NewBinOp, PN);
374 return NewBinOp;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 159 milliseconds