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

  /external/llvm/include/llvm/IR/
Constant.h 113 const APInt &getUniqueInteger() const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 768 const APInt &C = cast<Constant>(Op1)->getUniqueInteger();
792 cast<Constant>(ShiftLeft->getOperand(0))->getUniqueInteger();
    [all...]
  /external/llvm/lib/IR/
Type.cpp 634 (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue();
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 94 milliseconds