HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 39 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/clang/lib/AST/
TemplateBase.cpp 44 const char Ch = Val.getZExtValue();
70 Integer.VAL = Value.getZExtValue();
  /external/llvm/lib/Object/
Archive.cpp 52 return ret.getZExtValue();
116 + offset.getZExtValue();
130 Result = Data.substr(0, name_size.getZExtValue());
148 size -= name_size.getZExtValue();
160 size += name_size.getZExtValue();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 84 if (CI->getZExtValue() == NumBits) {
130 if (CI->getZExtValue() > NumBits) {
131 unsigned LowBits = TypeWidth - CI->getZExtValue();
154 if (CI->getValue().ult(TypeWidth) && CI->getZExtValue() > NumBits) {
155 unsigned LowBits = CI->getZExtValue() - NumBits;
221 unsigned NewShAmt = NumBits+CI->getZExtValue();
246 assert(CI->getZExtValue() > NumBits);
248 CI->getZExtValue() - NumBits));
262 unsigned NewShAmt = NumBits+CI->getZExtValue();
286 assert(CI->getZExtValue() > NumBits)
    [all...]
InstCombineVectorOps.cpp 73 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue();
109 unsigned IndexVal = IdxC->getZExtValue();
174 int SrcIdx = SVI->getMaskValue(Elt->getZExtValue());
241 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
255 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
314 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
315 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
370 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
371 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
InstCombineCasts.cpp 29 Offset = CI->getZExtValue();
46 Scale = UINT64_C(1) << RHS->getZExtValue();
53 Scale = RHS->getZExtValue();
64 Offset += RHS->getZExtValue();
475 if (Cst->getZExtValue() >= ASize)
481 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
701 BitsToClear += Amt->getZExtValue();
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 105 Imm = (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
107 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
109 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
166 uint32_t Imm = CN->getZExtValue();
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 140 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();
145 *I16Ptr = (int16_t) AV.IntVal.getZExtValue();
150 *I32Ptr = (int32_t) AV.IntVal.getZExtValue();
155 *I64Ptr = (int64_t) AV.IntVal.getZExtValue();
372 sprintf(Buffer, FmtBuf, uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
388 sprintf(Buffer, FmtBuf, Args[ArgNo++].IntVal.getZExtValue());
390 sprintf(Buffer, FmtBuf,uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
Execution.cpp 577 exit(GV.IntVal.zextOrTrunc(32).getZExtValue());
749 getOperandValue(I.getOperand(0), SF).IntVal.getZExtValue();
786 unsigned Index = unsigned(CPU->getZExtValue());
798 Idx = (int64_t)(int32_t)IdxGV.IntVal.getZExtValue();
801 Idx = (int64_t)IdxGV.IntVal.getZExtValue();
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 612 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1;
614 int64_t Mantissa = Imm.getZExtValue() & 0x7fffff; // 23 bits
640 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1;
642 uint64_t Mantissa = Imm.getZExtValue() & 0xfffffffffffffULL;
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 47 ConstantSize->getZExtValue() >
81 uint64_t SizeVal = ConstantSize->getZExtValue();
90 uint64_t Val = ValC->getZExtValue() & 255;
189 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 60 uint32_t value = (uint32_t)N->getZExtValue();
160 uint64_t Val = cast<ConstantSDNode>(N)->getZExtValue();
215 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
267 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 180 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
193 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
203 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 58 Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
219 int64_t Size = cast<ConstantInt>(MSI->getLength())->getZExtValue();
594 srcArraySize->getZExtValue();
609 destArraySize->getZExtValue();
724 if (!MDepLen || !MLen || MDepLen->getZExtValue() < MLen->getZExtValue())
816 CopySize->getZExtValue(), C)) {
829 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());
    [all...]
  /external/llvm/lib/VMCore/
LLVMContext.cpp 100 LocCookie = CI->getZExtValue();
  /external/llvm/unittests/VMCore/
ConstantsTest.cpp 106 EXPECT_EQ(206U, ConstantInt::getSigned(Int8Ty, -50)->getZExtValue());
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 178 uint64_t Amt = V2.getZExtValue();
196 uint64_t Amt = V2.getZExtValue();
SVals.cpp 256 os << C.getValue().getZExtValue();
304 os << cast<loc::ConcreteInt>(this)->getValue().getZExtValue() << " (Loc)";
  /external/llvm/include/llvm/
IntrinsicInst.h 106 const_cast<Value*>(getArgOperand(1)))->getZExtValue();
132 return getAlignmentCst()->getZExtValue();
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 141 if (len_int->getZExtValue() >= MaxAggrCopySize) {
151 if (len_int->getZExtValue() >= MaxAggrCopySize) {
  /external/llvm/unittests/ADT/
APIntTest.cpp 53 EXPECT_EQ(((uint64_t)-2)&((1ull<<33) -1), i33minus2.getZExtValue());
84 EXPECT_EQ((uint64_t)~0ull, u64max.getZExtValue());
94 EXPECT_EQ(0u, zero.getZExtValue());
104 EXPECT_EQ(1u, one.getZExtValue());
116 EXPECT_EQ(1u, neg_one.getZExtValue());
117 EXPECT_EQ(0u, zero.getZExtValue());
119 EXPECT_EQ(1u, one.getZExtValue());
120 EXPECT_EQ(0u, two.getZExtValue());
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 279 Imm = (short)cast<ConstantSDNode>(N)->getZExtValue();
281 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
283 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
295 Imm = cast<ConstantSDNode>(N)->getZExtValue();
305 Imm = cast<ConstantSDNode>(N)->getZExtValue();
400 unsigned TargetMask = LKZ.getZExtValue();
401 unsigned InsertMask = RKZ.getZExtValue();
762 int64_t Imm = cast<ConstantSDNode>(N)->getZExtValue();
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 65 return isUInt<10>((short) CN->getZExtValue());
81 Imm = (short) CN->getZExtValue();
85 int32_t i_val = (int32_t) CN->getZExtValue();
88 int64_t i_val = (int64_t) CN->getZExtValue();
751 unsigned shift_amt = unsigned(CN->getZExtValue());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 287 Imm = cast<ConstantSDNode>(N)->getZExtValue();
321 ScaledConstant = (int) C->getZExtValue();
402 ShImmVal = RHS->getZExtValue() & 31;
463 int RHSC = (int)RHS->getZExtValue();
492 int RHSC = (int)RHS->getZExtValue();
539 ShAmt = Sh->getZExtValue();
560 ShAmt = Sh->getZExtValue();
590 int RHSC = (int)RHS->getZExtValue();
677 ShAmt = Sh->getZExtValue();
698 ShAmt = Sh->getZExtValue();
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 201 Size = TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());

Completed in 569 milliseconds

1 2 3 4 5 6 7 8