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

1 2 3 45 6 7 8 9

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 130 APInt::getOneBitSet(BitWidth, D->getZExtValue()));
  /external/llvm/unittests/IR/
ConstantsTest.cpp 109 EXPECT_EQ(206U, ConstantInt::getSigned(Int8Ty, -50)->getZExtValue());
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 519 if (Subtarget->hasV6T2Ops() && isUInt<16>(CI->getZExtValue())) {
526 .addImm(CI->getZExtValue()));
804 unsigned Idx = cast<ConstantInt>(Op)->getZExtValue();
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 758 unsigned Start = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
783 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 570 if (!FalseC->getZExtValue()) {
638 uint64_t Pos = CN->getZExtValue();
643 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
684 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
698 unsigned Shamt = CN->getZExtValue();
    [all...]
MipsSEISelLowering.cpp 838 return genConstMult(N->getOperand(0), C->getZExtValue(), SDLoc(N),
861 (SplatValue.getZExtValue() >= EltSize))
865 DAG.getConstant(SplatValue.getZExtValue(), MVT::i32));
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 413 uint64_t val = CI->getZExtValue();
    [all...]
CGExprConstant.cpp 846 Str.resize(CAT->getSize().getZExtValue(), '\0');
    [all...]
CodeGenTypes.cpp 459 ResultType = llvm::ArrayType::get(EltTy, A->getSize().getZExtValue());
  /external/clang/lib/Lex/
LiteralSupport.cpp 926 return Val.getZExtValue() != N;
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 381 Size = (ObjSize - Offset).getZExtValue();
394 return APInt(IntTyBits, RoundUpToAlignment(Size.getZExtValue(), Align));
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 196 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ?
407 return cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? Hi : Lo;
SelectionDAGDumper.cpp 111 unsigned IID = cast<ConstantSDNode>(getOperand(OpNo))->getZExtValue();
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 451 VersionVal = cast<ConstantInt>(Val)->getZExtValue();
455 ImageInfoFlags |= cast<ConstantInt>(Val)->getZExtValue();
    [all...]
  /external/llvm/lib/IR/
Type.cpp 627 (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue();
652 return CU && CU->getZExtValue() < STy->getNumElements();
AutoUpgrade.cpp 367 unsigned Imm = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue();
DataLayout.cpp 744 unsigned FieldNo = cast<ConstantInt>(Indices[CurIDX])->getZExtValue();
Value.cpp 539 if (CI->getZExtValue() >= ATy->getNumElements())
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 849 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
883 AccessSize = (BECst->getValue()->getZExtValue()+1)*StoreSize;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 153 cast<ConstantArrayType>(Str->getType())->getSize().getZExtValue();
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())
573 NumElements = CAType->getSize().getZExtValue();
660 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 469 suffix = (unsigned) Result.getZExtValue();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1338 milliseconds

1 2 3 45 6 7 8 9