HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 176 - 200 of 400) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 661 unsigned ShAmt = SA->getZExtValue();
674 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue();
723 ->getZExtValue();
740 KnownZero <<= SA->getZExtValue();
741 KnownOne <<= SA->getZExtValue();
743 KnownZero |= APInt::getLowBitsSet(BitWidth, SA->getZExtValue());
749 unsigned ShAmt = SA->getZExtValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 348 assert(LHS.getZExtValue() < Threshold && RHS.getZExtValue() < Threshold &&
350 unsigned Total = LHS.getZExtValue() + RHS.getZExtValue();
    [all...]
LoopUnswitch.cpp 768 .createBranchWeights(cast<ConstantInt>(ValF)->getZExtValue(),
769 cast<ConstantInt>(ValT)->getZExtValue());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 581 unsigned char C = cast<ConstantInt>(CPA->getOperand(i))->getZExtValue();
924 Out << (CI->getZExtValue() ? '1' : '0');
926 Out << CI->getZExtValue() << 'u'
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 202 Len = LengthArg->getZExtValue();
390 Length = LengthArg->getZExtValue();
494 Len = LengthArg->getZExtValue();
744 uint64_t Len = LenC->getZExtValue();
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp 284 return getAggregateElement(CI->getZExtValue());
755 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
788 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
825 Elts.push_back(CI->getZExtValue());
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 608 if (!FalseC->getZExtValue()) {
664 if (!FalseC || FalseC->getZExtValue())
703 uint64_t Pos = CN->getZExtValue();
708 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
751 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
765 unsigned Shamt = CN->getZExtValue();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 645 ImmSet.count(Value.getZExtValue()) != 0;
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 476 uint64_t Field = ConstIdx->getZExtValue();
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 79 return GenVal->IntVal.getZExtValue();
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 370 utohexstr(cast<ConstantInt>(CA->getOperand(i))->getZExtValue());
PTXISelLowering.cpp 159 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 546 unsigned FieldNo = cast<ConstantInt>(Indices[CurIDX])->getZExtValue();
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 228 cast<ConstantInt>(AddrInst->getOperand(i))->getZExtValue();
SimplifyIndVar.cpp 126 APInt(BitWidth, 1).shl(D->getZExtValue()));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 388 if (CI->getZExtValue() >= ATy->getNumElements())
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 930 return Val.getZExtValue() != N;
    [all...]

Completed in 657 milliseconds

1 2 3 4 5 6 78 91011>>