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 122 BinaryOperator *NewBinOp =
124 if (isNUW) NewBinOp->setHasNoUnsignedWrap();
125 if (isNSW) NewBinOp->setHasNoSignedWrap();
126 if (isExact) NewBinOp->setIsExact();
127 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
128 return NewBinOp;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 155 milliseconds