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

  /external/llvm/include/llvm/IR/
ConstantRange.h 204 /// sextOrTrunc - make this range have the bit width given by \p BitWidth. The
206 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
Operator.h 471 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth());
  /external/llvm/include/llvm/ADT/
APSInt.h 80 return APSInt(sextOrTrunc(width), IsUnsigned);
APInt.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 174 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64);
  /external/llvm/lib/IR/
ConstantRange.cpp 527 /// sextOrTrunc - make this range have the bit width given by \p DstTySize. The
529 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const {
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 267 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 1011 APInt APInt::sextOrTrunc(unsigned width) const {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 425 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 292 milliseconds