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

  /external/llvm/include/llvm/Support/
ConstantRange.h 201 /// sextOrTrunc - make this range have the bit width given by \p BitWidth. The
203 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
  /external/llvm/include/llvm/ADT/
APSInt.h 86 return APSInt(sextOrTrunc(width), IsUnsigned);
APInt.h     [all...]
  /external/llvm/include/llvm/IR/
Operator.h 467 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth());
  /external/llvm/lib/Support/
ConstantRange.cpp 524 /// sextOrTrunc - make this range have the bit width given by \p DstTySize. The
526 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const {
APInt.cpp 1010 APInt APInt::sextOrTrunc(unsigned width) const {
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 275 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 712 milliseconds