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

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 123 BinaryOperator *NewBinOp =
125 if (isNUW) NewBinOp->setHasNoUnsignedWrap();
126 if (isNSW) NewBinOp->setHasNoSignedWrap();
127 if (isExact) NewBinOp->setIsExact();
128 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
129 return NewBinOp;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 74 milliseconds