HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 51 - 75 of 189) sorted by null

1 23 4 5 6 7 8

  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 146 return SizeCI->getZExtValue() >= Len;
150 return SizeCI->getZExtValue() >= Arg->getZExtValue();
418 Len = LengthArg->getZExtValue();
589 Length = LengthArg->getZExtValue();
712 Len = LengthArg->getZExtValue();
    [all...]
SimplifyIndVar.cpp 122 APInt(BitWidth, 1).shl(D->getZExtValue()));
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 462 uint64_t ParamIdxFromOne = ArgValue.getZExtValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 333 assert(LHS.getZExtValue() < Threshold && RHS.getZExtValue() < Threshold &&
335 unsigned Total = LHS.getZExtValue() + RHS.getZExtValue();
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 409 uint64_t val = CI->getZExtValue();
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 609 if (Idx->getZExtValue() >= NumElements)
634 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
754 unsigned Val = cast<ConstantInt>(GEP->getOperand(2))->getZExtValue();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 35 << getRHS().getZExtValue();
41 os << getLHS().getZExtValue();
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 87 TySize *= CUI->getZExtValue(); // Get total allocated size.
418 unsigned FilterLength = CI->getZExtValue();
TargetLowering.cpp 581 unsigned ShAmt = SA->getZExtValue();
594 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue();
635 KnownZero <<= SA->getZExtValue();
636 KnownOne <<= SA->getZExtValue();
638 KnownZero |= APInt::getLowBitsSet(BitWidth, SA->getZExtValue());
644 unsigned ShAmt = SA->getZExtValue();
658 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue();
697 unsigned ShAmt = SA->getZExtValue();
    [all...]
FastISel.cpp 192 Reg = FastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue());
392 Op1IsKill, CI->getZExtValue(),
410 uint64_t Imm = CI->getZExtValue();
488 unsigned Field = cast<ConstantInt>(Idx)->getZExtValue();
672 .addImm(CI->getZExtValue()).addImm(DI->getOffset())
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 430 VersionVal = cast<ConstantInt>(Val)->getZExtValue();
434 ImageInfoFlags |= cast<ConstantInt>(Val)->getZExtValue();
  /external/llvm/include/llvm/IR/
Operator.h 459 unsigned ElementIdx = OpC->getZExtValue();
Constants.h 82 /// either getSExtValue() or getZExtValue() will yield a correctly sized and
116 inline uint64_t getZExtValue() const {
117 return Val.getZExtValue();
160 /// potential for an assertion from getZExtValue().
167 /// potential for an assertion from getZExtValue().
211 return Val.getActiveBits() > 64 || Val.getZExtValue() >= Num;
    [all...]
  /external/llvm/lib/IR/
Module.cpp 340 Flags.push_back(ModuleFlagEntry(ModFlagBehavior(Behavior->getZExtValue()),
ConstantFold.cpp 255 unsigned ShAmt = Amt->getZExtValue();
277 unsigned ShAmt = Amt->getZExtValue();
751 uint64_t Index = CIdx->getZExtValue();
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 191 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
MipsISelLowering.cpp 712 if (!CN || CN->getZExtValue())
746 uint64_t Pos = CN->getZExtValue();
751 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
792 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
806 unsigned Shamt = CN->getZExtValue();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 389 return (getActiveBits() > 64 || getZExtValue() > Limit) ?
390 Limit : getZExtValue();
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 363 Size = (ObjSize - Offset).getZExtValue();
383 Size = Data.first.getZExtValue();
396 return APInt(IntTyBits, RoundUpToAlignment(Size.getZExtValue(), Align));
ValueTracking.cpp 634 unsigned Idx = cast<ConstantInt>(Index)->getZExtValue();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 645 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 376 cast<ConstantSDNode>(N->getOperand(N->getNumOperands()-1))->getZExtValue();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1165 milliseconds

1 23 4 5 6 7 8