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

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

Completed in 88 milliseconds