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

1 2 34 5 6 7 8

  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 552 if (Len->getZExtValue() != AllocaSize || Offset != 0)
567 if (Len == 0 || Len->getZExtValue() != AllocaSize || Offset != 0)
661 unsigned Val = cast<ConstantInt>(MSI->getValue())->getZExtValue();
    [all...]
LoopUnswitch.cpp     [all...]
LoopIdiomRecognize.cpp 850 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
884 AccessSize = (BECst->getValue()->getZExtValue()+1)*StoreSize;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 89 cast<ConstantArrayType>(Str->getType())->getSize().getZExtValue();
119 if (StrLength > CAT->getSize().getZExtValue())
125 if (StrLength-1 > CAT->getSize().getZExtValue())
400 NumElements = CAType->getSize().getZExtValue();
499 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineCalls.cpp 184 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;
227 if (CI->getZExtValue() == 1) {
612 cast<ConstantInt>(Mask->getAggregateElement(i))->getZExtValue();
647 if (IntrAlign && IntrAlign->getZExtValue() < MemAlign) {
    [all...]
InstCombineSelect.cpp 671 if (C->getZExtValue()) {
679 if (C->getZExtValue() == false) {
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 273 unsigned Imm = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue();
Type.cpp 634 (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue();
659 return CU && CU->getZExtValue() < STy->getNumElements();
DataLayout.cpp 679 unsigned FieldNo = cast<ConstantInt>(Indices[CurIDX])->getZExtValue();
Value.cpp 445 if (CI->getZExtValue() >= ATy->getNumElements())
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 566 if (Subtarget->hasV6T2Ops() && isUInt<16>(CI->getZExtValue())) {
573 .addImm(CI->getZExtValue()));
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 109 EXPECT_EQ(206U, ConstantInt::getSigned(Int8Ty, -50)->getZExtValue());
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 192 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ?
378 return cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? Hi : Lo;
SelectionDAGBuilder.cpp     [all...]
SelectionDAGDumper.cpp 110 unsigned IID = cast<ConstantSDNode>(getOperand(OpNo))->getZExtValue();
  /external/clang/lib/AST/
ExprConstant.cpp 107 ArraySize = CAT->getSize().getZExtValue();
212 MostDerivedArraySize = CAT->getSize().getZExtValue();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 884 Str.resize(CAT->getSize().getZExtValue(), '\0');
    [all...]
CodeGenTypes.cpp 454 ResultType = llvm::ArrayType::get(EltTy, A->getSize().getZExtValue());
  /external/clang/lib/Lex/
LiteralSupport.cpp 792 return Val.getZExtValue() != N;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 465 suffix = (unsigned) Result.getZExtValue();
  /external/clang/tools/libclang/
CXType.cpp 277 return TD->getInitVal().getZExtValue();
  /external/llvm/include/llvm/Support/
IntegersSubset.h 418 return sz.getZExtValue();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1202 milliseconds

1 2 34 5 6 7 8