HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 126 - 150 of 224) sorted by null

1 2 3 4 56 7 8 9

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 359 unsigned Idx = cast<ConstantInt>(Op)->getZExtValue();
825 uint64_t Imm = CI->getZExtValue();
898 Imm = (isZExt) ? CIVal.getZExtValue() : CIVal.getSExtValue();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 327 unsigned Idx = cast<ConstantInt>(Op)->getZExtValue();
716 uint64_t Imm = CI->getZExtValue();
757 Imm = (IsZExt) ? (long)CIVal.getZExtValue() : (long)CIVal.getSExtValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 227 uint64_t Len = cast<ConstantInt>(II->getArgOperand(0))->getZExtValue();